Merge pull request #16 from Arachnid/master

Fix typo in provider-engine
This commit is contained in:
Jared Wasinger 2017-09-26 13:38:15 -07:00 committed by GitHub
commit d5449dafca
1 changed files with 1 additions and 1 deletions

View File

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