cli: fix cli.

This commit is contained in:
Christopher Jeffrey 2017-03-14 04:11:56 -07:00
parent 290f6ab563
commit b7c847059a
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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