Fixing tx tracking issues.

This commit is contained in:
Simon Lindh
2019-07-25 14:20:02 +03:00
parent 9898996d6c
commit 2b6426a126
4 changed files with 10 additions and 7 deletions

View File

@@ -127,6 +127,9 @@ class MempoolSpace {
}));
} else {
console.log('TX NOT FOUND, NOT TRACKING');
client['trackingTx'] = false;
client['blockHeight'] = 0;
client['tx'] = null;
client.send(JSON.stringify({
'track-tx': {
tracking: false,