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

Function tal_wally_start

common/utils.c:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void tal_wally_start(void)
23{
24 if (wally_tal_ctx) {
25 /* This makes valgrind show us backtraces! */
26 *(u8 *)wally_tal_ctx = '\0';
27 abort();
28 }
29
30 wally_tal_ctx = tal_arr(NULL, char, 0);
31}
32
33void tal_wally_end(const tal_t *parent)
34{

Callers 15

sign_our_inputsFunction · 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
bitcoin_txFunction · 0.85
bitcoin_tx_with_psbtFunction · 0.85

Calls 1

abortFunction · 0.85

Tested by 1

mainFunction · 0.68