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

Function tal_wally_start

common/utils.c:26–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void tal_wally_start(void)
27{
28 if (wally_tal_ctx) {
29 /* This makes valgrind show us backtraces! */
30 *(u8 *)wally_tal_ctx = '\0';
31 abort();
32 }
33
34 wally_tal_ctx = tal_arr(NULL, char, 0);
35}
36
37void tal_wally_discard(void)
38{

Callers 15

create_hsmFunction · 0.85
sign_our_inputsFunction · 0.85
handle_sign_anchorspendFunction · 0.85
tx_parts_from_wally_txFunction · 0.85
fromwire_wally_tx_inputFunction · 0.85
fromwire_wally_tx_outputFunction · 0.85
wally_tx_outputFunction · 0.85
bitcoin_tx_add_outputFunction · 0.85
bitcoin_tx_add_inputFunction · 0.85

Calls 1

abortFunction · 0.85

Tested by 2

check_psbt_comparisonFunction · 0.68
mainFunction · 0.68