MCPcopy 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
443bool amount_msat_eq(struct amount_msat a, struct amount_msat b)
444{
445 return a.millisatoshis == b.millisatoshis;
446}
447
448bool amount_sat_greater(struct amount_sat a, struct amount_sat b)
449{

Callers 15

onion_final_hopFunction · 0.70
gossmap_local_updatechanFunction · 0.70
migrate_setup_coinmovesFunction · 0.50
channelseqFunction · 0.50
test_payment_crudFunction · 0.50
add_htlcFunction · 0.50
check_progressFunction · 0.50
json_sendpayFunction · 0.50
json_injectpaymentonionFunction · 0.50
routehint_candidatesFunction · 0.50
htlc_set_add_Function · 0.50
add_payment_partFunction · 0.50

Calls

no outgoing calls

Tested by 12

channelseqFunction · 0.40
test_payment_crudFunction · 0.40
channel_events_eqFunction · 0.40
chain_events_eqFunction · 0.40
test_account_balancesFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
test_flow_to_routeFunction · 0.40
tlv_n1_eqFunction · 0.40