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

Function amount_sat_eq

common/amount.c:363–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363bool amount_sat_eq(struct amount_sat a, struct amount_sat b)
364{
365 return a.satoshis == b.satoshis;
366}
367
368bool amount_sat_zero(struct amount_sat a)
369{

Callers 15

grind_htlc_tx_feeFunction · 0.50
set_htlc_timeout_feeFunction · 0.50
set_htlc_success_feeFunction · 0.50
mainFunction · 0.50
json_fundpsbtFunction · 0.50
json_utxopsbtFunction · 0.50
channel_inflightseqFunction · 0.50
check_funding_detailsFunction · 0.50
param_outputsFunction · 0.50
psbt_createdFunction · 0.50

Calls

no outgoing calls

Tested by 3

mainFunction · 0.40
channel_inflightseqFunction · 0.40
mainFunction · 0.40