From 0523d99eda9a39407f1c73b203990703c95fbe59 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 21 Apr 2014 12:00:14 -0300 Subject: [PATCH] add getUsedUnspent to txproposals --- js/models/core/PublicKeyRing.js | 1 - js/models/core/TxProposals.js | 10 ++++++++++ js/models/core/Wallet.js | 2 +- test/test.TxProposals.js | 30 +++++++++++++++++++++++++++--- 4 files changed, 38 insertions(+), 5 deletions(-) diff --git a/js/models/core/PublicKeyRing.js b/js/models/core/PublicKeyRing.js index a2a26ce58..32cd4d5c9 100644 --- a/js/models/core/PublicKeyRing.js +++ b/js/models/core/PublicKeyRing.js @@ -212,7 +212,6 @@ PublicKeyRing.prototype.getAddresses = function(onlyMain) { PublicKeyRing.prototype.getRedeemScriptMap = function () { var ret = {}; -console.log('[PublicKeyRing.js.216]', this.changeAddressIndex, this.addressIndex); //TODO for (var i=0; i