mirror of
https://github.com/embarklabs/ethereumjs-wallet.git
synced 2025-02-05 23:33:31 +00:00
Fix typo in provider-engine
This commit is contained in:
parent
21e7127c15
commit
746a5688c0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user