paypro: turn sig into hex string on txp.

This commit is contained in:
Christopher Jeffrey 2014-08-05 12:59:44 -07:00 committed by Manuel Araoz
commit d635c87935

View file

@ -924,7 +924,7 @@ Wallet.prototype.receivePaymentRequest = function(options, pr, cb) {
payment_url: payment_url, payment_url: payment_url,
merchant_data: merchant_data.toString('hex') merchant_data: merchant_data.toString('hex')
}, },
signature: sig, signature: sig.toString('hex'),
ca: ca, ca: ca,
untrusted: !ca untrusted: !ca
}, },