Fix typo in provider-engine

This commit is contained in:
Nick Johnson 2017-06-24 13:46:19 +01:00 committed by GitHub
parent 21e7127c15
commit 746a5688c0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ inherits(WalletSubprovider, HookedWalletEthTxSubprovider)
function WalletSubprovider (wallet, opts) { function WalletSubprovider (wallet, opts) {
opts.getAccounts = function (cb) { opts.getAccounts = function (cb) {
cb(null, [ wallet.getAddressesString() ]) cb(null, [ wallet.getAddressString() ])
} }
opts.getPrivateKey = function (address, cb) { opts.getPrivateKey = function (address, cb) {