paypro: all working except for value input.
This commit is contained in:
parent
f697e2ffbb
commit
d94e8525fd
1 changed files with 1 additions and 1 deletions
|
|
@ -998,7 +998,7 @@ Wallet.prototype.receivePaymentRequest = function(options, pr, cb) {
|
||||||
script: {
|
script: {
|
||||||
offset: output.get('script').offset,
|
offset: output.get('script').offset,
|
||||||
limit: output.get('script').limit,
|
limit: output.get('script').limit,
|
||||||
buffer: output.get('script').buffer.toString('hex')
|
buffer: new Buffer(output.get('script').buffer).toString('hex')
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue