diff --git a/bower.json b/bower.json index 17c755ef6..f3ecba9c5 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.24", + "angular-bitcore-wallet-client": "^0.0.25", "angular-ui-router": "~0.2.13", "qrcode-decoder-js": "*", "fastclick": "*", diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index 2b24ff00d..e1aaa244d 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -24,6 +24,10 @@ {{alternativeAmountStr}} +
  • + Fee: + {{feeStr}} +
  • Time: diff --git a/public/views/preferences.html b/public/views/preferences.html index d431d8d17..e9ffdbd7b 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -77,6 +77,14 @@ {{preferences.selectedAlternative.name}}
  • +
  • + Bitcoin Network Fee Policy + + + {{preferences.feeName}} + +
  • +
  • Bitcore Wallet Service diff --git a/public/views/preferencesFee.html b/public/views/preferencesFee.html new file mode 100644 index 000000000..fb4885cb6 --- /dev/null +++ b/public/views/preferencesFee.html @@ -0,0 +1,14 @@ +
    +
    + + +
    +
    + {{fee.name}} ({{fee.value}} bits per kB) + +
    +
    +
    diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 13be22a95..5e298ed0f 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -278,8 +278,14 @@

    + Send All + +
    -
    +
    Available Balance: {{index.availableBalanceStr }} @@ -288,9 +294,9 @@
    - +
    -
    +
    Available Balance: {{index.availableBalanceStr }} @@ -397,10 +403,10 @@
    -
    + -
    +