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

Function amount_sat_greater

common/amount.c:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448bool amount_sat_greater(struct amount_sat a, struct amount_sat b)
449{
450 return a.satoshis > b.satoshis;
451}
452
453bool amount_msat_greater(struct amount_msat a, struct amount_msat b)
454{

Callers 15

init_feerangeFunction · 0.85
get_overlapFunction · 0.85
adjust_offerFunction · 0.85
calc_fee_boundsFunction · 0.85
do_quickcloseFunction · 0.85
trim_maximum_feerateFunction · 0.85
finish_psbtFunction · 0.85
add_htlcFunction · 0.85
calculate_reserveFunction · 0.85
handle_validate_rbfFunction · 0.85
json_openchannel_bumpFunction · 0.85
json_openchannel_initFunction · 0.85

Calls

no outgoing calls

Tested by 1

check_fuzzingFunction · 0.68