Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ amount_sat_zero
Function
amount_sat_zero
common/amount.c:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
bool amount_sat_zero(struct amount_sat a)
369
{
370
return a.satoshis == 0;
371
}
372
373
bool amount_msat_zero(struct amount_msat a)
374
{
Callers
15
record_coin_movements
Function · 0.85
openchannel2_hook_serialize
Function · 0.85
rbf_channel_hook_deserialize
Function · 0.85
openchannel2_hook_deserialize
Function · 0.85
json_openchannel_init
Function · 0.85
is_fundee_should_forget
Function · 0.85
apply_policy
Function · 0.85
calculate_our_funding
Function · 0.85
psbt_funded
Function · 0.85
listfunds_success
Function · 0.85
json_openchannel2_call
Function · 0.85
perform_fundpsbt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected