MCPcopy Create free account
hub / github.com/ElementsProject/lightning / amount_sat_less

Function amount_sat_less

common/amount.c:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403bool amount_sat_less(struct amount_sat a, struct amount_sat b)
404{
405 return a.satoshis < b.satoshis;
406}
407
408bool amount_msat_less(struct amount_msat a, struct amount_msat b)
409{

Callers 15

get_overlapFunction · 0.85
calc_fee_boundsFunction · 0.85
do_quickcloseFunction · 0.85
tx_to_usFunction · 0.85
penalty_tx_createFunction · 0.85
lease_rates_calc_feeFunction · 0.85
calculate_our_fundingFunction · 0.85
compute_mfc_allFunction · 0.85
param_destinations_arrayFunction · 0.85
json_multiwithdrawFunction · 0.85

Calls

no outgoing calls

Tested by 1

check_fuzzingFunction · 0.68