fix audit highlightning and fee ranges

This commit is contained in:
Mononaut
2023-07-18 16:08:25 +09:00
parent 3838d947b1
commit 2a2aee21fb
6 changed files with 11 additions and 7 deletions

View File

@@ -85,7 +85,6 @@ class BlocksAuditRepositories {
rows[0].sigopTxs = JSON.parse(rows[0].sigopTxs);
rows[0].fullrbfTxs = JSON.parse(rows[0].fullrbfTxs);
rows[0].acceleratedTxs = JSON.parse(rows[0].acceleratedTxs);
rows[0].transactions = JSON.parse(rows[0].transactions);
rows[0].template = JSON.parse(rows[0].template);
return rows[0];