implement and use txOut.scriptPubKey
This commit is contained in:
parent
5d79b094d4
commit
3d12d3b038
3 changed files with 24 additions and 4 deletions
src
|
@ -146,7 +146,7 @@ var Wallet = function (seed, options) {
|
|||
receive: output,
|
||||
value: txOut.value,
|
||||
address: address,
|
||||
scriptPubKey: convert.bytesToHex(txOut.script.buffer) //TODO: txOut.scriptPubKey()
|
||||
scriptPubKey: txOut.scriptPubKey()
|
||||
// timestamp: new Date().getTime() / 1000,
|
||||
// pending: true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue