Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 746a568

Browse files
authored
Fix typo in provider-engine
1 parent 21e7127 commit 746a568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider-engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inherits(WalletSubprovider, HookedWalletEthTxSubprovider)
99

1010
function WalletSubprovider (wallet, opts) {
1111
opts.getAccounts = function (cb) {
12-
cb(null, [ wallet.getAddressesString() ])
12+
cb(null, [ wallet.getAddressString() ])
1313
}
1414

1515
opts.getPrivateKey = function (address, cb) {

0 commit comments

Comments
 (0)