Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ fatal
Function
fatal
lightningd/log.c:859–866 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
857
}
858
859
void fatal(const char *fmt, ...)
860
{
861
va_list ap;
862
863
va_start(ap, fmt);
864
fatal_vfmt(fmt, ap);
865
va_end(ap);
866
}
867
868
struct log_info {
869
enum log_level level;
Callers
15
hook_extract_shutdown_script
Function · 0.70
hook_extract_psbt
Function · 0.70
hook_extract_amount
Function · 0.70
rbf_channel_hook_deserialize
Function · 0.70
openchannel2_hook_deserialize
Function · 0.70
openchannel2_changed_deserialize
Function · 0.70
openchannel2_signed_deserialize
Function · 0.70
check_config
Function · 0.70
handle_early_opts
Function · 0.70
clear_otx_channel
Function · 0.70
remove_tip
Function · 0.70
check_blockcount
Function · 0.70
Calls
1
fatal_vfmt
Function · 0.85
Tested by
no test coverage detected