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