This commit is contained in:
Andre Medeiros 2018-07-11 11:44:06 -04:00 committed by Iuri Matias
parent 1743083689
commit e2d5e6fd57
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ Blockchain.prototype.shutdownProxy = function() {
this.rpcProxy.close();
this.wsProxy.close();
}
};
Blockchain.prototype.runCommand = function(cmd, options, callback) {
console.log(__("running: %s", cmd.underline).green);