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

Function unwatch_txid

onchaind/onchaind.c:1488–1494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486}
1487
1488static void unwatch_txid(const struct bitcoin_txid *txid)
1489{
1490 u8 *msg;
1491
1492 msg = towire_onchaind_unwatch_tx(NULL, txid);
1493 wire_sync_write(REQ_FD, take(msg));
1494}
1495
1496static void handle_htlc_onchain_fulfill(struct tracked_output *out,
1497 const struct tx_parts *tx_parts,

Callers 1

output_spentFunction · 0.85

Calls 2

wire_sync_writeFunction · 0.50

Tested by

no test coverage detected