Skip to content

Commit

Permalink
#50 Fix missing logger
Browse files Browse the repository at this point in the history
  • Loading branch information
ceres3idoo committed Mar 1, 2019
1 parent b9829dc commit 42705b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const KeyStoreGenerateCommand = require('../../../commands/ethereum-wallet/KeySt
const KeyStoreGenerateCommandValidator = require('../../../validators/commands/ethereum-wallet/KeyStoreGenerateCommandValidator')
const PrivateKeyValidator = require('../../../validators/PrivateKeyValidator')

const privateKeyService = new PrivateKeyService(logger)
const privateKeyValidator = new PrivateKeyValidator(logger)
const privateKeyService = new PrivateKeyService()

/**
* Class representing a simple factory to build KeyStoreGenerateCommandBuilder object.
Expand Down

0 comments on commit 42705b5

Please sign in to comment.