diff --git a/lib/models/walletOptions.dart b/lib/models/walletOptions.dart
index 9711b9e2ec3bd57094f7554d3f490734715d175f..58abd1149c6f0ab490647909153976121e5d1b64 100644
--- a/lib/models/walletOptions.dart
+++ b/lib/models/walletOptions.dart
@@ -64,7 +64,7 @@ class WalletOptionsProvider with ChangeNotifier {
         isWalletUnlock = true;
         notifyListeners();
         print('GET BIP32 accounts publickeys from this dewif');
-        String _hdWallets = await DubpRust.getBip32DewifAccountsPublicKeys(
+        List _hdWallets = await DubpRust.getBip32DewifAccountsPublicKeys(
             dewif: _localDewif, secretCode: _pin, accountsIndex: [0, 1, 2]);
         print(_hdWallets);