From 2a281790811c145d30c318831ce9a9cfd8befbe9 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 12 May 2026 13:35:55 -0700 Subject: [PATCH] Fix documentation of Ledger nonce format. --- src/lib/ledger.ts | 2 +- src/lib/wallet/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ledger.ts b/src/lib/ledger.ts index a05aac5..118e4e9 100644 --- a/src/lib/ledger.ts +++ b/src/lib/ledger.ts @@ -234,7 +234,7 @@ export class Ledger { * The actual message signed is a string which can be expressed as the * following template literal: * - * `Nano Signed Nonce:\n ${nonceBytes}` + * `Nano Signed Nonce:\n${nonceBytes}` * * IMPORTANT: The current version of the Nano app for Ledger devices will NOT * prompt users to confirm the signature. If valid, the nonce will immediately diff --git a/src/lib/wallet/index.ts b/src/lib/wallet/index.ts index ab4e015..122cf4f 100644 --- a/src/lib/wallet/index.ts +++ b/src/lib/wallet/index.ts @@ -339,7 +339,7 @@ export class Wallet { * device. The actual message signed is a string which can be expressed as the * following template literal: * - * `Nano Signed Nonce:\n ${nonceBytes}` + * `Nano Signed Nonce:\n${nonceBytes}` * * IMPORTANT: The current version of the Nano app for Ledger devices will NOT * prompt users to confirm the signature. If valid, the nonce will immediately -- 2.47.3