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:403–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
401
}
402
403
bool amount_sat_less(struct amount_sat a, struct amount_sat b)
404
{
405
return a.satoshis < b.satoshis;
406
}
407
408
bool amount_msat_less(struct amount_msat a, struct amount_msat b)
409
{
Callers
15
get_overlap
Function · 0.85
calc_fee_bounds
Function · 0.85
do_quickclose
Function · 0.85
tx_to_us
Function · 0.85
compute_penalty_output_amount
Function · 0.85
penalty_tx_create
Function · 0.85
closing_fee_is_acceptable
Function · 0.85
lease_rates_calc_fee
Function · 0.85
calculate_our_funding
Function · 0.85
compute_mfc_all
Function · 0.85
param_destinations_array
Function · 0.85
json_multiwithdraw
Function · 0.85
Calls
no outgoing calls
Tested by
1
check_fuzzing
Function · 0.68