We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb093b commit c44a95eCopy full SHA for c44a95e
lib/cmds/blockchain/dev_funds.js
@@ -19,6 +19,7 @@ class DevFunds {
19
this.balance = getWeiBalanceFromString(this.blockchainConfig.account.balance, this.web3);
20
}
21
} catch(_err) {
22
+ // empty for now
23
24
25
0 commit comments