Decrease in call to feelevels
This commit is contained in:
parent
2153f5c078
commit
4b1ca3bf5a
3 changed files with 16 additions and 7 deletions
|
|
@ -3,7 +3,7 @@
|
|||
ng-include="'views/includes/topbar.html'"
|
||||
ng-init="titleSection='Bitcoin Network Fee Policy'; goBackToState = 'preferencesGlobal'; noColor = true">
|
||||
</div>
|
||||
<div class="content preferences" ng-controller="preferencesFeeController as prefFee">
|
||||
<div class="content preferences" ng-controller="preferencesFeeController as prefFee" ng-init="index.setFeesOpts()">
|
||||
<h4></h4>
|
||||
<ul class="no-bullet m0">
|
||||
<li ng-repeat="fee in (index.network == 'livenet' ? index.feeLevels.livenet : index.feeLevels.testnet)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue