nl
This commit is contained in:
parent
e7a98d44f9
commit
2979fd6ed6
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
||||||
<div class="row column m20t">
|
<div class="row column m20t">
|
||||||
<div class="text-gray size-12 text-center" ng-repeat="fee in (index.network == 'livenet' ? index.feeLevels.livenet :
|
<div class="text-gray size-12 text-center" ng-repeat="fee in (index.network == 'livenet' ? index.feeLevels.livenet :
|
||||||
index.feeLevels.testnet)" ng-if="fee.level == index.currentFeeLevel">
|
index.feeLevels.testnet)" ng-if="fee.level == index.currentFeeLevel">
|
||||||
<span translate>Average confirmation time: {{fee.nbBlocks * 10}} minutes</span>.
|
<span translate>Average confirmation time: {{fee.nbBlocks * 10}} minutes</span>. <br>
|
||||||
<span class="size-12 text-light" translate>Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB</span>
|
<span class="size-12 text-light" translate>Current fee rate for this policy: {{fee.feePerKBUnit}}/kiB</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue