From d94e8525fd0bee7670389d9c318f36542fac3a57 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 31 Jul 2014 16:46:34 -0700 Subject: [PATCH] paypro: all working except for value input. --- js/models/core/Wallet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/models/core/Wallet.js b/js/models/core/Wallet.js index 127fc3056..8c47db7d8 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -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') } }; }),