Fix outspend tracking typo

This commit is contained in:
Mononaut 2024-03-31 09:45:26 +00:00
parent c5300c950b
commit 7deee5d5f2
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

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);
}
}
});