From 5011c50a1998ebdf0d9678956ba3578c94d63b04 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 23 Apr 2026 15:21:35 -0700 Subject: [PATCH] Typo. --- src/lib/wallet/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wallet/index.ts b/src/lib/wallet/index.ts index b0bdc98..0f716f2 100644 --- a/src/lib/wallet/index.ts +++ b/src/lib/wallet/index.ts @@ -334,7 +334,7 @@ export class Wallet { * 32-byte value using BLAKE2b. The wallet must be unlocked prior to signing. * * Special note: This method can be used to sign a 16-byte nonce with a Ledger - * device. The actual messaage signed is a string which can be expressed as the + * device. The actual message signed is a string which can be expressed as the * following template literal: * * `Nano Signed Nonce:\n ${nonceBytes}` -- 2.47.3