paypro: all working except for value input.

This commit is contained in:
Christopher Jeffrey 2014-07-31 16:46:34 -07:00 committed by Manuel Araoz
commit d94e8525fd

View file

@ -998,7 +998,7 @@ Wallet.prototype.receivePaymentRequest = function(options, pr, cb) {
script: {
offset: output.get('script').offset,
limit: output.get('script').limit,
buffer: output.get('script').buffer.toString('hex')
buffer: new Buffer(output.get('script').buffer).toString('hex')
}
};
}),