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:383–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
bool amount_sat_greater(struct amount_sat a, struct amount_sat b)
384
{
385
return a.satoshis > b.satoshis;
386
}
387
388
bool amount_msat_greater(struct amount_msat a, struct amount_msat b)
389
{
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
replace_penalty_tx_to_us
Function · 0.85
handle_ready_channel
Function · 0.85
finish_psbt
Function · 0.85
add_htlc
Function · 0.85
calculate_reserve
Function · 0.85
handle_validate_rbf
Function · 0.85
Calls
no outgoing calls
Tested by
1
check_fuzzing
Function · 0.68