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

Function amount_sat_less_eq

common/amount.c:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413bool amount_sat_less_eq(struct amount_sat a, struct amount_sat b)
414{
415 return a.satoshis <= b.satoshis;
416}
417
418bool amount_msat_less_eq(struct amount_msat a, struct amount_msat b)
419{

Callers 6

get_overlapFunction · 0.85
amount_in_rangeFunction · 0.85
adjust_offerFunction · 0.85
proposal_should_rbfFunction · 0.85
penalty_tx_createFunction · 0.85
create_close_txFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected