From 75459729adf15db094f2631af8446ed552da6f01 Mon Sep 17 00:00:00 2001 From: softsimon Date: Thu, 1 Dec 2022 19:17:59 +0900 Subject: [PATCH] Block page audit fallback --- frontend/mempool-frontend-config.sample.json | 1 + .../src/app/components/block/block.component.html | 12 ++++++------ frontend/src/app/components/block/block.component.ts | 10 +++++++++- frontend/src/app/services/state.service.ts | 2 ++ frontend/src/app/shared/graphs.utils.ts | 4 ++-- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/frontend/mempool-frontend-config.sample.json b/frontend/mempool-frontend-config.sample.json index 938c71c1b..8b0d79471 100644 --- a/frontend/mempool-frontend-config.sample.json +++ b/frontend/mempool-frontend-config.sample.json @@ -17,5 +17,6 @@ "LIQUID_WEBSITE_URL": "https://liquid.network", "BISQ_WEBSITE_URL": "https://bisq.markets", "MINING_DASHBOARD": true, + "BLOCK_AUDIT_START_HEIGHT": 0, "LIGHTNING": false } diff --git a/frontend/src/app/components/block/block.component.html b/frontend/src/app/components/block/block.component.html index 05702a428..2c240c250 100644 --- a/frontend/src/app/components/block/block.component.html +++ b/frontend/src/app/components/block/block.component.html @@ -61,7 +61,7 @@ Unknown - + Fee span @@ -146,7 +146,7 @@ - + @@ -169,7 +169,7 @@
- +
@@ -233,7 +233,7 @@
- +
@@ -253,7 +253,7 @@
-
+
-
+