From 641a2ae3aefc0a197733b23aec2bc591806fb7ea Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 5 Aug 2024 15:37:29 -0400 Subject: [PATCH] Remove testnet4 not-yet-finalized warning now that BIP is merged --- .../components/testnet-alert/testnet-alert.component.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html b/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html index 8aedc4947..7e87e312b 100644 --- a/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html +++ b/frontend/src/app/shared/components/testnet-alert/testnet-alert.component.html @@ -5,9 +5,6 @@ @if (stateService.network === 'testnet') { Testnet3 is deprecated, and will soon be replaced by Testnet4 } - @if (stateService.network === 'testnet4') { - Testnet4 is not yet finalized, and may be reset at anytime. - }