]> git.codecow.com Git - libnemo.git/commitdiff
Fix documentation.
authorChris Duncan <chris@zoso.dev>
Mon, 15 Sep 2025 14:22:49 +0000 (07:22 -0700)
committerChris Duncan <chris@zoso.dev>
Mon, 15 Sep 2025 14:22:49 +0000 (07:22 -0700)
src/lib/wallet/ledger.ts

index 227d042c63f0c0b5e408a17869e3c2fe4aee9b54..042bc1e2a3f0288647c8baec29cd60c350514ede 100644 (file)
@@ -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...')