From b16a86b2d4af0e716f890a4a8f44e838469c5994 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 22 Dec 2015 06:50:09 -0800 Subject: [PATCH] fix typo. --- lib/bcoin/output.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/output.js b/lib/bcoin/output.js index 9a9ed4f8..aed7b6b5 100644 --- a/lib/bcoin/output.js +++ b/lib/bcoin/output.js @@ -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;