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

Function is_elements

common/utils.c:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19const struct chainparams *chainparams;
20
21bool is_elements(const struct chainparams *chainparams)
22{
23 return chainparams->is_elements;
24}
25
26void tal_wally_start(void)
27{

Callers 15

mainFunction · 0.85
fromwire_wally_tx_inputFunction · 0.85
fromwire_wally_tx_outputFunction · 0.85
towire_wally_tx_inputFunction · 0.85
towire_wally_tx_outputFunction · 0.85
bitcoin_tx_add_inputFunction · 0.85
bitcoin_tx_hash_for_sigFunction · 0.85
bitcoin_block_from_hexFunction · 0.85
create_psbtFunction · 0.85
psbt_input_set_wit_utxoFunction · 0.85
towire_wally_psbtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected