Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_sat_greater
Function
amount_sat_greater
common/amount.c:448–451 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
}
447
448
bool amount_sat_greater(struct amount_sat a, struct amount_sat b)
449
{
450
return a.satoshis > b.satoshis;
451
}
452
453
bool amount_msat_greater(struct amount_msat a, struct amount_msat b)
454
{
Callers
15
init_feerange
Function · 0.85
get_overlap
Function · 0.85
adjust_offer
Function · 0.85
calc_fee_bounds
Function · 0.85
do_quickclose
Function · 0.85
trim_maximum_feerate
Function · 0.85
finish_psbt
Function · 0.85
add_htlc
Function · 0.85
calculate_reserve
Function · 0.85
handle_validate_rbf
Function · 0.85
json_openchannel_bump
Function · 0.85
json_openchannel_init
Function · 0.85
Calls
no outgoing calls
Tested by
1
check_fuzzing
Function · 0.68