Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ bitcoin_txid
Class
bitcoin_txid
lightningd/closing_control.c:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
json_add_string(result, NULL,
"INVALID_TXID"
);
52
} else {
53
struct bitcoin_txid txid;
54
bitcoin_txid(close_txs[i], &txid);
55
json_add_txid(result, NULL, &txid);
56
}
Callers
2
resolve_one_close_command
Function · 0.70
peer_received_closing_signature
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected