mirror of
https://github.com/mempool/mempool.git
synced 2026-08-17 13:07:07 +02:00
Fix outspend tracking typo
This commit is contained in:
parent
c5300c950b
commit
7deee5d5f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue