]> git.codecow.com Git - libnemo.git/commitdiff
Update JSdoc.
authorChris Duncan <chris@zoso.dev>
Sat, 25 Apr 2026 22:44:40 +0000 (15:44 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 25 Apr 2026 22:44:40 +0000 (15:44 -0700)
src/lib/wallet/index.ts

index 4df8ff65d6a97a868343b941867619061e6f419c..5325b64f96cbd78bd0fd8990f00908612968ce8b 100644 (file)
@@ -303,7 +303,9 @@ export class Wallet {
        }\r
 \r
        /**\r
-       * For BIP-44 and BLAKE2b wallets, clears the seed and mnemonic from the vault.\r
+       * For BIP-44, BLAKE2b, and Exodus wallets, clears the seed and mnemonic from\r
+       * the wallet's vault. Subsequent unlocking will use the Database class to\r
+       * retrieve the encrypted secrets stored in the IndexedDB.\r
        *\r
        * For Ledger hardware wallets, revokes permission granted by the user to\r
        * access the Ledger device. The 'quit app' ADPU command is uncooperative, so\r