mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-16 17:27:37 +00:00
Upgrading to Ledger Flutter Plus
This commit is contained in:
parent
e9d5da01a2
commit
25a2cb194d
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ class CWBitcoinCash extends BitcoinCash {
|
|||
final hardwareWalletService = BitcoinCashHardwareWalletService(ledgerVM.connection);
|
||||
try {
|
||||
return hardwareWalletService.getAvailableAccounts(index: index, limit: limit);
|
||||
} on LedgerException catch (err) {
|
||||
print(err.message);
|
||||
} catch (err) {
|
||||
print(err);
|
||||
throw err;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue