Skip to content

Commit

Permalink
Added missing export for getIndexedAccountPath (ethers-io#3875).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 0d1b537 commit 924acaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src.ts/ethers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export {

defaultPath,

getAccountPath,
getAccountPath, getIndexedAccountPath,
isCrowdsaleJson, isKeystoreJson,

decryptCrowdsaleJson, decryptKeystoreJsonSync, decryptKeystoreJson,
Expand Down
2 changes: 1 addition & 1 deletion src.ts/wallet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export { BaseWallet } from "./base-wallet.js";
export {
defaultPath,

getAccountPath,
getAccountPath, getIndexedAccountPath,

HDNodeWallet,
HDNodeVoidWallet,
Expand Down

0 comments on commit 924acaf

Please sign in to comment.