mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
lightningd: actually unwatch txs when onchaind says we should.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
6d0fd84c63
commit
c6ce352404
@@ -134,6 +134,10 @@ struct txowatch *watch_txo_(const tal_t *ctx,
|
||||
const struct block *block), \
|
||||
(cbdata))
|
||||
|
||||
struct txwatch *find_txwatch(struct chain_topology *topo,
|
||||
const struct bitcoin_txid *txid,
|
||||
const struct peer *peer);
|
||||
|
||||
void txwatch_fire(struct chain_topology *topo,
|
||||
const struct bitcoin_tx *tx,
|
||||
unsigned int depth);
|
||||
|
||||
Reference in New Issue
Block a user