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

Function amount_sat_greater

common/amount.c:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383bool amount_sat_greater(struct amount_sat a, struct amount_sat b)
384{
385 return a.satoshis > b.satoshis;
386}
387
388bool amount_msat_greater(struct amount_msat a, struct amount_msat b)
389{

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
replace_penalty_tx_to_usFunction · 0.85
handle_ready_channelFunction · 0.85
finish_psbtFunction · 0.85
add_htlcFunction · 0.85
calculate_reserveFunction · 0.85
handle_validate_rbfFunction · 0.85

Calls

no outgoing calls

Tested by 1

check_fuzzingFunction · 0.68