diff --git a/bower.json b/bower.json index e13a87001..572438ec3 100644 --- a/bower.json +++ b/bower.json @@ -17,7 +17,7 @@ "ng-lodash": "~0.2.0", "angular-moment": "~0.10.1", "moment": "~2.10.3", - "angular-bitcore-wallet-client": "^0.0.26", + "angular-bitcore-wallet-client": "^0.0.28", "angular-ui-router": "~0.2.13", "qrcode-decoder-js": "*", "fastclick": "*", diff --git a/public/views/modals/fee.html b/public/views/modals/fee.html new file mode 100644 index 000000000..9126e4908 --- /dev/null +++ b/public/views/modals/fee.html @@ -0,0 +1,42 @@ + + + + + diff --git a/public/views/preferences.html b/public/views/preferences.html index bcc4ac0c7..d14e494a6 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -77,13 +77,6 @@ {{preferences.selectedAlternative.name}} -
  • - Bitcoin Network Fee Policy - - - {{preferences.feeName|translate}} - -
  • diff --git a/public/views/preferencesFee.html b/public/views/preferencesFee.html deleted file mode 100644 index 85191018b..000000000 --- a/public/views/preferencesFee.html +++ /dev/null @@ -1,22 +0,0 @@ -
    -
    - - -
    -
    - {{fee.name|translate}} ({{fee.value}} bits per kB) - {{fee.name|translate}} ({{fee.value}} bits per kB) - -
    -
    -
    -Bitcoin transactions may include a fee collected by miners on the network. The higher the fee, the greater the incentive a miner has to include that transaction in a block. The ‘Emergency’ level should only be used when there is a network congestion. -
    -
    - -
    - -
    diff --git a/public/views/walletHome.html b/public/views/walletHome.html index a68d4fa86..68f3f1302 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -398,6 +398,17 @@ + +
    + + Fee: + {{fee.feePerKBUnit}} per kB + (Average confirmation time: {{fee.nbBlocks * 10}} minutes) + + Change +
    +