Fix: Show fee box on Testnet and Liquid.

Use 0.1 sat/vB as minimum liquid fee.
This commit is contained in:
softsimon
2020-09-27 18:12:36 +07:00
parent 3450de774f
commit 3e3dd83243
4 changed files with 13 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
<div class="col mb-4">
<div class="card text-center">
<div class="card-body">
<app-fees-box *ngIf="(network$ | async) === ''" class="d-block"></app-fees-box>
<app-fees-box class="d-block"></app-fees-box>
</div>
</div>
</div>