fixes for non-dual-node rbf feature

This commit is contained in:
Mononaut
2023-03-04 03:16:59 -06:00
parent 723212c918
commit 6fb4adc27d
7 changed files with 31 additions and 24 deletions

View File

@@ -438,7 +438,6 @@ class WebsocketHandler {
}
}
console.log(client['track-rbf']);
if (client['track-rbf'] === 'all' && rbfReplacements) {
response['rbfLatest'] = rbfReplacements;
} else if (client['track-rbf'] === 'fullRbf' && fullRbfReplacements) {