Added missing export for getIndexedAccountPath (#3875).
This commit is contained in:
parent
50b74b8806
commit
356ff2becb
@ -119,7 +119,7 @@ export {
|
||||
|
||||
defaultPath,
|
||||
|
||||
getAccountPath,
|
||||
getAccountPath, getIndexedAccountPath,
|
||||
isCrowdsaleJson, isKeystoreJson,
|
||||
|
||||
decryptCrowdsaleJson, decryptKeystoreJsonSync, decryptKeystoreJson,
|
||||
|
@ -22,7 +22,7 @@ export { BaseWallet } from "./base-wallet.js";
|
||||
export {
|
||||
defaultPath,
|
||||
|
||||
getAccountPath,
|
||||
getAccountPath, getIndexedAccountPath,
|
||||
|
||||
HDNodeWallet,
|
||||
HDNodeVoidWallet,
|
||||
|
Loading…
Reference in New Issue
Block a user