From a1619e3f6c71f673fa1afd337a7c95257df6e8bd Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Fri, 8 Aug 2014 13:49:31 -0700 Subject: [PATCH] paypro: minor - remove comment. --- js/models/core/Wallet.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index cf8c9354b..9cbe857e5 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -987,13 +987,6 @@ Wallet.prototype.sendPaymentTx = function(ntxid, options, cb) { endian: 'big', size: 1 })); - - // XXX potential problem: bignum seems bugged in node - tx outputs use - // little endian, but fromBuffer(endian=little) ends up being big endian - // return total.add(bignum.fromBuffer(tx.outs[i].v, { - // endian: 'little', - // size: 1 - // })); }, bignum('0', 10)); var rpo = new PayPro();