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 = {