From: Chris Duncan Date: Tue, 12 May 2026 20:35:55 +0000 (-0700) Subject: Fix documentation of Ledger nonce format. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=2a281790811c145d30c318831ce9a9cfd8befbe9;p=libnemo.git Fix documentation of Ledger nonce format. --- 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