From: Chris Duncan Date: Mon, 15 Sep 2025 14:22:49 +0000 (-0700) Subject: Fix documentation. X-Git-Tag: v0.10.5~14^2~23 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=f5abd5c71da01264952258907e355f75754fa6a3;p=libnemo.git Fix documentation. --- diff --git a/src/lib/wallet/ledger.ts b/src/lib/wallet/ledger.ts index 227d042..042bc1e 100644 --- a/src/lib/wallet/ledger.ts +++ b/src/lib/wallet/ledger.ts @@ -59,7 +59,7 @@ export class Ledger { /** * Check which transport protocols are supported by the browser and return the - * transport type according to the following priorities: USB, Bluetooth, HID. + * transport type according to the following priorities: HID, Bluetooth, USB. */ static get isUnsupported (): boolean { console.log('Checking browser Ledger support...')