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

Function fmt_sha256

bitcoin/tx.c:744–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744char *fmt_sha256(const tal_t *ctx, const struct sha256 *sha256)
745{
746 return tal_hexstr(ctx, sha256, sizeof(*sha256));
747}
748
749char *fmt_ripemd160(const tal_t *ctx, const struct ripemd160 *ripemd160)
750{

Callers 15

dump_commitments_infosFunction · 0.85
wallet_offer_mark_usedFunction · 0.85
channel_force_htlcsFunction · 0.85
payment_failedFunction · 0.85
wait_paymentFunction · 0.85
check_progressFunction · 0.85
sendpay_index_incFunction · 0.85
json_delpayFunction · 0.85

Calls 1

tal_hexstrFunction · 0.85

Tested by 5

print_hashes_jsonFunction · 0.68
generate_valid_vectorFunction · 0.68
HFunction · 0.68
HFunction · 0.68
mainFunction · 0.68