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) {
|
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) {
|
||||||
|
|
Loading…
Reference in New Issue