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

Function amount_msat_greater_eq

common/amount.c:398–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398bool amount_msat_greater_eq(struct amount_msat a, struct amount_msat b)
399{
400 return a.millisatoshis >= b.millisatoshis;
401}
402
403bool amount_sat_less(struct amount_sat a, struct amount_sat b)
404{

Callers 12

htlc_dust_okFunction · 0.85
send_payment_coreFunction · 0.85
check_fwd_amountFunction · 0.85
select_inchan_mppFunction · 0.85
add_routehintsFunction · 0.85
amount_msat_to_u32Function · 0.85
payment_route_checkFunction · 0.85
routehint_excludedFunction · 0.85
exemptfee_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected