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
parent 696323d496
commit d635c87935
1 changed files with 1 additions and 1 deletions

View File

@ -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
},