Fix outspend tracking typo

This commit is contained in:
Mononaut
2024-03-31 09:45:26 +00:00
parent c5300c950b
commit 7deee5d5f2

View File

@@ -565,7 +565,7 @@ class WebsocketHandler {
}
if (client['track-txs']) {
for (const txid of client['track-txs']) {
trackedTxs.add(client['track-tx']);
trackedTxs.add(txid);
}
}
});