From 356ff2becb4f4d3622b281d3825770af5caf71ca Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 4 Apr 2023 23:38:38 -0400 Subject: [PATCH] Added missing export for getIndexedAccountPath (#3875). --- src.ts/ethers.ts | 2 +- src.ts/wallet/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src.ts/ethers.ts b/src.ts/ethers.ts index bf7a1f1416..558f9434d8 100644 --- a/src.ts/ethers.ts +++ b/src.ts/ethers.ts @@ -119,7 +119,7 @@ export { defaultPath, - getAccountPath, + getAccountPath, getIndexedAccountPath, isCrowdsaleJson, isKeystoreJson, decryptCrowdsaleJson, decryptKeystoreJsonSync, decryptKeystoreJson, diff --git a/src.ts/wallet/index.ts b/src.ts/wallet/index.ts index bff953fa36..4a5f1b7b2e 100644 --- a/src.ts/wallet/index.ts +++ b/src.ts/wallet/index.ts @@ -22,7 +22,7 @@ export { BaseWallet } from "./base-wallet.js"; export { defaultPath, - getAccountPath, + getAccountPath, getIndexedAccountPath, HDNodeWallet, HDNodeVoidWallet,