fix typo.
This commit is contained in:
parent
d3e4dfaf5c
commit
b16a86b2d4
@ -20,7 +20,7 @@ function Output(options) {
|
||||
return new Output(options);
|
||||
|
||||
if (!tx)
|
||||
throw new Error('No TX passed into Input.');
|
||||
throw new Error('No TX passed into Output.');
|
||||
|
||||
value = options.value;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user