From 42cd5ba3e0a51dcfa420a66d8b92577533e37ac0 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 11 Aug 2015 18:55:47 -0300 Subject: [PATCH] Fixes unconfirmed message --- bower.json | 2 +- public/views/modals/txp-details.html | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 93266daf7..05df61448 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.1.1", + "angular-bitcore-wallet-client": "^0.1.2", "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 f1a47d9b4..dc8c683bd 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -29,11 +29,7 @@
  • Fee: {{feeStr}} -
  • -
  • - Uses unconfirmed funds: - {{(tx.hasUnconfirmedInputs ? 'Yes' : 'No')|translate}} -
  • +
  • Time: @@ -45,6 +41,9 @@ {{tx.creatorName}}
  • +
    + Warning: this transaction has unconfirmed inputs +

    Payment details