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

Commit

Permalink
Fix typo in provider-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachnid authored Jun 24, 2017
1 parent 21e7127 commit 746a568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider-engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 746a568

Please sign in to comment.