From: Chris Duncan Date: Sat, 25 Apr 2026 22:44:40 +0000 (-0700) Subject: Update JSdoc. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=ac9fa563be28a1850bd7cab548c730acef68327b;p=libnemo.git Update JSdoc. --- 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