paypro: minor - remove comment.

This commit is contained in:
Christopher Jeffrey 2014-08-08 13:49:31 -07:00 committed by Manuel Araoz
parent 361b885d71
commit a1619e3f6c
1 changed files with 0 additions and 7 deletions

View File

@ -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();