Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_msat_eq
Function
amount_msat_eq
common/amount.c:443–446 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
441
}
442
443
bool amount_msat_eq(struct amount_msat a, struct amount_msat b)
444
{
445
return a.millisatoshis == b.millisatoshis;
446
}
447
448
bool amount_sat_greater(struct amount_sat a, struct amount_sat b)
449
{
Callers
15
onion_final_hop
Function · 0.70
gossmap_local_updatechan
Function · 0.70
migrate_setup_coinmoves
Function · 0.50
channelseq
Function · 0.50
test_payment_crud
Function · 0.50
add_htlc
Function · 0.50
check_progress
Function · 0.50
json_sendpay
Function · 0.50
json_injectpaymentonion
Function · 0.50
routehint_candidates
Function · 0.50
htlc_set_add_
Function · 0.50
add_payment_part
Function · 0.50
Calls
no outgoing calls
Tested by
12
channelseq
Function · 0.40
test_payment_crud
Function · 0.40
channel_events_eq
Function · 0.40
chain_events_eq
Function · 0.40
test_onchain_fee_wallet_spend
Function · 0.40
test_onchain_fee_chan_close
Function · 0.40
test_onchain_fee_chan_open
Function · 0.40
test_account_balances
Function · 0.40
main
Function · 0.40
main
Function · 0.40
test_flow_to_route
Function · 0.40
tlv_n1_eq
Function · 0.40