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
1e91aa8f65
commit
e9d5da01a2
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class CWBitcoinCash extends BitcoinCash {
|
|||
@override
|
||||
Future<List<HardwareAccountData>> getHardwareWalletAccounts(LedgerViewModel ledgerVM,
|
||||
{int index = 0, int limit = 5}) async {
|
||||
final hardwareWalletService = BitcoinCashHardwareWalletService(ledgerVM.ledger, ledgerVM.device);
|
||||
final hardwareWalletService = BitcoinCashHardwareWalletService(ledgerVM.connection);
|
||||
try {
|
||||
return hardwareWalletService.getAvailableAccounts(index: index, limit: limit);
|
||||
} on LedgerException catch (err) {
|
||||
|
|
Loading…
Reference in a new issue