Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_msat_greater_eq
Function
amount_msat_greater_eq
common/amount.c:463–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
}
462
463
bool amount_msat_greater_eq(struct amount_msat a, struct amount_msat b)
464
{
465
return a.millisatoshis >= b.millisatoshis;
466
}
467
468
bool amount_sat_less(struct amount_sat a, struct amount_sat b)
469
{
Callers
15
htlc_dust_ok
Function · 0.85
check_progress
Function · 0.85
check_fwd_amount
Function · 0.85
htlc_set_add_
Function · 0.85
select_inchan_mpp
Function · 0.85
add_routehints
Function · 0.85
amount_msat_to_u32
Function · 0.85
test_amount_sub_fee
Function · 0.85
payment_chanhints_apply_route
Function · 0.85
payment_route_check
Function · 0.85
routehint_excluded
Function · 0.85
exemptfee_cb
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_amount_sub_fee
Function · 0.68