diff --git a/lib/cmds/blockchain/dev_funds.js b/lib/cmds/blockchain/dev_funds.js index 07acf317..e26c97e7 100644 --- a/lib/cmds/blockchain/dev_funds.js +++ b/lib/cmds/blockchain/dev_funds.js @@ -19,6 +19,7 @@ class DevFunds { this.balance = getWeiBalanceFromString(this.blockchainConfig.account.balance, this.web3); } } catch(_err) { + // empty for now } }