This commit is contained in:
Andre Medeiros 2018-07-11 11:44:06 -04:00
parent 07290f289d
commit 317268a740
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,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);