From b7c847059a6324c88775dbd887cd787fe6fb9c3c Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 14 Mar 2017 04:11:56 -0700 Subject: [PATCH] cli: fix cli. --- bin/cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli b/bin/cli index 01e7877c..9769ce29 100755 --- a/bin/cli +++ b/bin/cli @@ -302,7 +302,7 @@ CLI.prototype.createTX = co(function* createTX() { output.value = this.config.str(['value', 0]); } else { output.address = this.config.str(['address', 0]); - output.value = this.config.str(['value', 1])); + output.value = this.config.str(['value', 1]); } options = {