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

Function p2sh_to_base58

bitcoin/base58.c:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37char *p2sh_to_base58(const tal_t *ctx, const struct chainparams *chainparams,
38 const struct ripemd160 *p2sh)
39{
40 return to_base58(ctx, chainparams->p2sh_version, p2sh);
41}
42
43static bool from_base58(u8 *version,
44 struct ripemd160 *rmd,

Callers 2

mainFunction · 0.85

Calls 1

to_base58Function · 0.85

Tested by

no test coverage detected