]> git.codecow.com Git - libnemo.git/commitdiff
Fix documentation of Ledger nonce format.
authorChris Duncan <chris@codecow.com>
Tue, 12 May 2026 20:35:55 +0000 (13:35 -0700)
committerChris Duncan <chris@codecow.com>
Tue, 12 May 2026 20:35:55 +0000 (13:35 -0700)
src/lib/ledger.ts
src/lib/wallet/index.ts

index a05aac5dad96e55f54daff9bd1b4b4a0c4848030..118e4e9b4b1d548cc809273fca12e9cce99d3a26 100644 (file)
@@ -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
index ab4e015b046cec500517279ee7c2c1efad034c95..122cf4f718ed967d2a7af3c99c60704e606e62a9 100644 (file)
@@ -339,7 +339,7 @@ export class Wallet {
        * device. The actual message signed is a string which can be expressed as the\r
        * following template literal:\r
        *\r
-       * `Nano Signed Nonce:\n ${nonceBytes}`\r
+       * `Nano Signed Nonce:\n${nonceBytes}`\r
        *\r
        * IMPORTANT: The current version of the Nano app for Ledger devices will NOT\r
        * prompt users to confirm the signature. If valid, the nonce will immediately\r