Fix outspend tracking typo
This commit is contained in:
parent
c5300c950b
commit
7deee5d5f2
@ -565,7 +565,7 @@ class WebsocketHandler {
|
|||||||
}
|
}
|
||||||
if (client['track-txs']) {
|
if (client['track-txs']) {
|
||||||
for (const txid of client['track-txs']) {
|
for (const txid of client['track-txs']) {
|
||||||
trackedTxs.add(client['track-tx']);
|
trackedTxs.add(txid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user