MCPcopy 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
378bool amount_msat_eq(struct amount_msat a, struct amount_msat b)
379{
380 return a.millisatoshis == b.millisatoshis;
381}
382
383bool amount_sat_greater(struct amount_sat a, struct amount_sat b)
384{

Callers 15

onion_final_hopFunction · 0.70
channelseqFunction · 0.50
test_payment_crudFunction · 0.50
handle_config_channelFunction · 0.50
add_htlcFunction · 0.50
send_payment_coreFunction · 0.50
json_sendpayFunction · 0.50
routehint_candidatesFunction · 0.50
handle_localpayFunction · 0.50
channel_added_their_htlcFunction · 0.50
htlc_set_addFunction · 0.50

Calls

no outgoing calls

Tested by 10

channelseqFunction · 0.40
test_payment_crudFunction · 0.40
channel_events_eqFunction · 0.40
chain_events_eqFunction · 0.40
test_channel_rebalancesFunction · 0.40
test_account_balancesFunction · 0.40
tlv_n1_eqFunction · 0.40