]> git.codecow.com Git - libnemo.git/commitdiff
Formatting.
authorChris Duncan <chris@zoso.dev>
Sat, 2 Aug 2025 07:53:09 +0000 (00:53 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 2 Aug 2025 07:53:09 +0000 (00:53 -0700)
src/lib/safe.ts

index cff835a56f8e647369bb51a9f1f6d155e511df04..f103c3476f82095f7b069fed2acbbe61474ac1fa 100644 (file)
@@ -303,7 +303,7 @@ export class Safe {
                                throw new Error('Wallet seed not found')
                        }
                        if (seed == null && mnemonicPhrase == null) {
-                               throw new Error('Seed or mnemonic phrase not found')
+                               throw new Error('Seed or mnemonic phrase is required')
                        }
                        if (seed != null && mnemonicPhrase != null) {
                                throw new Error('Seed or mnemonic phrase must be verified separately')