paypro: turn sig into hex string on txp.
This commit is contained in:
parent
696323d496
commit
d635c87935
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue