Remove testnet4 not-yet-finalized warning now that BIP is merged

This commit is contained in:
wiz 2024-08-05 15:37:29 -04:00
parent 7b0347e846
commit 641a2ae3ae
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -5,9 +5,6 @@
@if (stateService.network === 'testnet') {
<span i18n="testnet3-deprecated">Testnet3 is deprecated, and will soon be replaced by <a href="/testnet4">Testnet4</a></span>
}
@if (stateService.network === 'testnet4') {
<span i18n="testnet4-not-finalized">Testnet4 is not yet finalized, and may be reset at anytime.</span>
}
</div>
<button type="button" class="close" (click)="dismissWarning()">
<span aria-hidden="true">&times;</span>