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

Function amount_sat_less

common/amount.c:468–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466}
467
468bool amount_sat_less(struct amount_sat a, struct amount_sat b)
469{
470 return a.satoshis < b.satoshis;
471}
472
473bool amount_msat_less(struct amount_msat a, struct amount_msat b)
474{

Callers 15

get_overlapFunction · 0.85
calc_fee_boundsFunction · 0.85
do_quickcloseFunction · 0.85
json_fundpsbtFunction · 0.85
json_addpsbtoutputFunction · 0.85
json_utxopsbtFunction · 0.85
penalty_tx_createFunction · 0.85
opt_set_sat_nondustFunction · 0.85
anchor_psbtFunction · 0.85
spend_anchorFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by 1

check_fuzzingFunction · 0.68