Clean up block audit page & tweak color scheme

This commit is contained in:
Mononaut
2022-10-27 18:39:26 -06:00
parent d86f045150
commit b6343ddc2d
8 changed files with 222 additions and 75 deletions

View File

@@ -413,7 +413,7 @@ class WebsocketHandler {
let mBlocks: undefined | MempoolBlock[];
let mBlockDeltas: undefined | MempoolBlockDelta[];
let matchRate = 0;
let matchRate;
const _memPool = memPool.getMempool();
if (Common.indexingEnabled()) {