pass console as logger

This commit is contained in:
Michael Bradley, Jr 2018-10-29 14:41:48 +01:00
parent b76a7f1379
commit 08c68d068a
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ class BlockchainProcess extends ProcessWrapper {
this.client, this.client,
this.env, this.env,
this.blockchainReady.bind(this), this.blockchainReady.bind(this),
this.blockchainExit.bind(this) this.blockchainExit.bind(this),
console
); );
this.blockchain.run(); this.blockchain.run();