From: Chris Duncan Date: Sat, 2 Aug 2025 07:53:09 +0000 (-0700) Subject: Formatting. X-Git-Tag: v0.10.5~47^2~20 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=c2590666c23b394a43b1571ed0eb6fa32667754a;p=libnemo.git Formatting. --- diff --git a/src/lib/safe.ts b/src/lib/safe.ts index cff835a..f103c34 100644 --- a/src/lib/safe.ts +++ b/src/lib/safe.ts @@ -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')