requested monero address check

This commit is contained in:
julian 2023-06-09 11:44:50 -06:00
parent 105e35658a
commit a8a5e8b573

View file

@ -864,6 +864,10 @@ class MoneroWallet extends CoinServiceAPI with WalletCache, WalletDB {
//
String address = walletBase!.getTransactionAddress(chain, index);
if (address.contains("111")) {
return await _generateAddressForChain(chain, index + 1);
}
return isar_models.Address(
walletId: walletId,
derivationIndex: index,