From bbe0579cdda0d64b9621c7bb8d4d0bc2ddd55439 Mon Sep 17 00:00:00 2001 From: softsimon Date: Wed, 14 Jun 2023 21:53:51 +0200 Subject: [PATCH] Changing default clock to mempool --- frontend/src/app/app-routing.module.ts | 2 +- .../src/app/components/statistics/statistics.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/app-routing.module.ts b/frontend/src/app/app-routing.module.ts index 6285aef08..7a9b53ed0 100644 --- a/frontend/src/app/app-routing.module.ts +++ b/frontend/src/app/app-routing.module.ts @@ -358,7 +358,7 @@ let routes: Routes = [ }, { path: 'clock', - redirectTo: 'clock/mined/0' + redirectTo: 'clock/mempool/0' }, { path: 'clock/:mode', diff --git a/frontend/src/app/components/statistics/statistics.component.html b/frontend/src/app/components/statistics/statistics.component.html index 7f76aed78..1b291e978 100644 --- a/frontend/src/app/components/statistics/statistics.component.html +++ b/frontend/src/app/components/statistics/statistics.component.html @@ -13,7 +13,7 @@