Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
363
bool amount_sat_eq(struct amount_sat a, struct amount_sat b)
364
{
365
return a.satoshis == b.satoshis;
366
}
367
368
bool amount_sat_zero(struct amount_sat a)
369
{
Callers
15
grind_htlc_tx_fee
Function · 0.50
set_htlc_timeout_fee
Function · 0.50
set_htlc_success_fee
Function · 0.50
main
Function · 0.50
json_fundpsbt
Function · 0.50
json_utxopsbt
Function · 0.50
channel_inflightseq
Function · 0.50
check_funding_details
Function · 0.50
json_fundchannel_complete
Function · 0.50
param_outputs
Function · 0.50
resolve_all_output_amount
Function · 0.50
psbt_created
Function · 0.50
Calls
no outgoing calls
Tested by
3
main
Function · 0.40
channel_inflightseq
Function · 0.40
main
Function · 0.40