fix typo.

This commit is contained in:
Christopher Jeffrey 2015-12-22 06:50:09 -08:00
parent d3e4dfaf5c
commit b16a86b2d4

View File

@ -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;