Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
744
char *fmt_sha256(const tal_t *ctx, const struct sha256 *sha256)
745
{
746
return tal_hexstr(ctx, sha256, sizeof(*sha256));
747
}
748
749
char *fmt_ripemd160(const tal_t *ctx, const struct ripemd160 *ripemd160)
750
{
Callers
15
dump_commitments_infos
Function · 0.85
wallet_offer_mark_used
Function · 0.85
wallet_invoice_request_mark_used
Function · 0.85
wallet_datastore_save_payment_description
Function · 0.85
channel_force_htlcs
Function · 0.85
payment_failed
Function · 0.85
wait_payment
Function · 0.85
check_invoice_request_usage
Function · 0.85
check_progress
Function · 0.85
sendpay_index_inc
Function · 0.85
json_delpay
Function · 0.85
htlc_accepted_hook_try_resolve
Function · 0.85
Calls
1
tal_hexstr
Function · 0.85
Tested by
5
print_hashes_json
Function · 0.68
generate_valid_vector
Function · 0.68
H
Function · 0.68
H
Function · 0.68
main
Function · 0.68