MCPcopy Create free account
hub / github.com/ElementsProject/lightning / amount_msat_is_zero

Function amount_msat_is_zero

common/amount.c:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438bool amount_msat_is_zero(struct amount_msat a)
439{
440 return a.millisatoshis == 0;
441}
442
443bool amount_msat_eq(struct amount_msat a, struct amount_msat b)
444{

Callers 15

db_bind_credit_debitFunction · 0.85
migrate_setup_coinmovesFunction · 0.85
add_htlcFunction · 0.85
check_progressFunction · 0.85
routehint_candidatesFunction · 0.85
channel_added_their_htlcFunction · 0.85
htlc_in_checkFunction · 0.85
channel_record_openFunction · 0.85
is_fundee_should_forgetFunction · 0.85
json_add_closed_channelFunction · 0.85

Calls

no outgoing calls

Tested by 2