output
This commit is contained in:
parent
27f6e6e678
commit
ed90c9a4a2
@ -625,12 +625,7 @@ TX.prototype.addOutput = function addOutput(obj, value) {
|
|||||||
options = obj;
|
options = obj;
|
||||||
}
|
}
|
||||||
|
|
||||||
output = bcoin.output({
|
output = bcoin.output(options);
|
||||||
value: options.value,
|
|
||||||
script: options.script,
|
|
||||||
_size: options._size,
|
|
||||||
_offset: options._offset
|
|
||||||
});
|
|
||||||
|
|
||||||
this.outputs.push(output);
|
this.outputs.push(output);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user