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

Function amount_msat_zero

common/amount.c:373–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373bool amount_msat_zero(struct amount_msat a)
374{
375 return a.millisatoshis == 0;
376}
377
378bool amount_msat_eq(struct amount_msat a, struct amount_msat b)
379{

Callers 15

channel_record_openFunction · 0.85
json_add_channel_eventFunction · 0.85
getblockheight_doneFunction · 0.85
msat_find_diffFunction · 0.85
log_journal_entryFunction · 0.85
json_balance_snapshotFunction · 0.85
lookup_invoice_descFunction · 0.85
maybe_channel_incomeFunction · 0.85
find_consolidated_feesFunction · 0.85

Calls

no outgoing calls

Tested by 2