paypro: minor - remove comment.
This commit is contained in:
parent
361b885d71
commit
a1619e3f6c
1 changed files with 0 additions and 7 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue