diff --git a/desktop-app/src/lib/ledger.ts b/desktop-app/src/lib/ledger.ts index a660f8e..35e4db0 100644 --- a/desktop-app/src/lib/ledger.ts +++ b/desktop-app/src/lib/ledger.ts @@ -34,7 +34,7 @@ export interface LedgerData { export class LedgerService { walletPrefix = `44'/165'/`; waitTimeout = 30000; - pollInterval = 10000; + pollInterval = 5000; pollingLedger = false; queryingLedger = false; diff --git a/src/app/components/configure-wallet/configure-wallet.component.html b/src/app/components/configure-wallet/configure-wallet.component.html index 115e413..f89c703 100644 --- a/src/app/components/configure-wallet/configure-wallet.component.html +++ b/src/app/components/configure-wallet/configure-wallet.component.html @@ -381,7 +381,7 @@
- No Compatible Bluetooth Hardware Detected
+ No Compatible Bluetooth Hardware
The Bluetooth support in Nault for desktop is limited to only specific Bluetooth modules.
For better compatibility, please try Nault.cc in a browser with Bluetooth support (Chrome, Edge, Opera or Brave).