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

Function bolt12_chain_matches

common/bolt12.c:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48bool bolt12_chain_matches(const struct bitcoin_blkid *chain,
49 const struct chainparams *must_be_chain)
50{
51 return bolt12_chains_match(chain, 1, must_be_chain);
52}
53
54static char *check_features_and_chain(const tal_t *ctx,
55 const struct feature_set *our_features,

Callers 1

handle_invoice_requestFunction · 0.85

Calls 1

bolt12_chains_matchFunction · 0.85

Tested by

no test coverage detected