cli: fix cli.
This commit is contained in:
parent
290f6ab563
commit
b7c847059a
2
bin/cli
2
bin/cli
@ -302,7 +302,7 @@ CLI.prototype.createTX = co(function* createTX() {
|
|||||||
output.value = this.config.str(['value', 0]);
|
output.value = this.config.str(['value', 0]);
|
||||||
} else {
|
} else {
|
||||||
output.address = this.config.str(['address', 0]);
|
output.address = this.config.str(['address', 0]);
|
||||||
output.value = this.config.str(['value', 1]));
|
output.value = this.config.str(['value', 1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user