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:378–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
376
}
377
378
bool amount_msat_eq(struct amount_msat a, struct amount_msat b)
379
{
380
return a.millisatoshis == b.millisatoshis;
381
}
382
383
bool amount_sat_greater(struct amount_sat a, struct amount_sat b)
384
{
Callers
15
onion_final_hop
Function · 0.70
channelseq
Function · 0.50
test_payment_crud
Function · 0.50
handle_config_channel
Function · 0.50
add_htlc
Function · 0.50
send_payment_core
Function · 0.50
json_sendpay
Function · 0.50
routehint_candidates
Function · 0.50
handle_localpay
Function · 0.50
channel_added_their_htlc
Function · 0.50
json_add_forwarding_object
Function · 0.50
htlc_set_add
Function · 0.50
Calls
no outgoing calls
Tested by
10
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_channel_rebalances
Function · 0.40
test_account_balances
Function · 0.40
tlv_n1_eq
Function · 0.40