From d635c87935b0aa058a8dffaa5bd2bd5b06dff792 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 5 Aug 2014 12:59:44 -0700 Subject: [PATCH] paypro: turn sig into hex string on txp. --- 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 97182fe20..8ff94303e 100644 --- a/js/models/core/Wallet.js +++ b/js/models/core/Wallet.js @@ -924,7 +924,7 @@ Wallet.prototype.receivePaymentRequest = function(options, pr, cb) { payment_url: payment_url, merchant_data: merchant_data.toString('hex') }, - signature: sig, + signature: sig.toString('hex'), ca: ca, untrusted: !ca },