too many spaces

This commit is contained in:
Jonathan Rainville 2018-05-17 15:42:04 -04:00
parent 50103a8c02
commit 372266418f
2 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ try {
console.error('Error while getting nonce or gas price', e); console.error('Error while getting nonce or gas price', e);
} }
keepAlive(); keepAlive();
})(); })();

View File

@ -2,7 +2,6 @@ const bip39 = require("bip39");
const hdkey = require('ethereumjs-wallet/hdkey'); const hdkey = require('ethereumjs-wallet/hdkey');
const fs = require('../core/fs'); const fs = require('../core/fs');
class AccountParser { class AccountParser {
static parseAccountsConfig(accountsConfig, web3, logger) { static parseAccountsConfig(accountsConfig, web3, logger) {
let accounts = []; let accounts = [];