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

Class bitcoin_txid

lightningd/closing_control.c:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 json_add_tx(result, "tx", cc->channel->last_tx);
59 if (!invalid_last_tx(cc->channel->last_tx)) {
60 struct bitcoin_txid txid;
61 bitcoin_txid(cc->channel->last_tx, &txid);
62 json_add_txid(result, "txid", &txid);
63 }

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected