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

Function amount_sat_greater_eq

common/amount.c:393–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393bool amount_sat_greater_eq(struct amount_sat a, struct amount_sat b)
394{
395 return a.satoshis >= b.satoshis;
396}
397
398bool amount_msat_greater_eq(struct amount_msat a, struct amount_msat b)
399{

Callers 6

create_close_txFunction · 0.70
json_fundpsbtFunction · 0.50
feerate_satisfiedFunction · 0.50
funder_channel_startFunction · 0.50
check_balancesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected