From ac9fa563be28a1850bd7cab548c730acef68327b Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sat, 25 Apr 2026 15:44:40 -0700 Subject: [PATCH] Update JSdoc. --- src/lib/wallet/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/wallet/index.ts b/src/lib/wallet/index.ts index 4df8ff6..5325b64 100644 --- a/src/lib/wallet/index.ts +++ b/src/lib/wallet/index.ts @@ -303,7 +303,9 @@ export class Wallet { } /** - * For BIP-44 and BLAKE2b wallets, clears the seed and mnemonic from the vault. + * For BIP-44, BLAKE2b, and Exodus wallets, clears the seed and mnemonic from + * the wallet's vault. Subsequent unlocking will use the Database class to + * retrieve the encrypted secrets stored in the IndexedDB. * * For Ledger hardware wallets, revokes permission granted by the user to * access the Ledger device. The 'quit app' ADPU command is uncooperative, so -- 2.47.3