Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_sat_less
Function
amount_sat_less
common/amount.c:468–471 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
bool amount_sat_less(struct amount_sat a, struct amount_sat b)
469
{
470
return a.satoshis < b.satoshis;
471
}
472
473
bool amount_msat_less(struct amount_msat a, struct amount_msat b)
474
{
Callers
15
get_overlap
Function · 0.85
calc_fee_bounds
Function · 0.85
do_quickclose
Function · 0.85
json_fundpsbt
Function · 0.85
json_addpsbtoutput
Function · 0.85
json_utxopsbt
Function · 0.85
penalty_tx_create
Function · 0.85
opt_set_sat_nondust
Function · 0.85
anchor_psbt
Function · 0.85
spend_anchor
Function · 0.85
closing_fee_is_acceptable
Function · 0.85
run
Function · 0.85
Calls
no outgoing calls
Tested by
1
check_fuzzing
Function · 0.68