mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-25 08:38:45 +00:00
requested monero address check
This commit is contained in:
parent
105e35658a
commit
a8a5e8b573
1 changed files with 4 additions and 0 deletions
|
@ -864,6 +864,10 @@ class MoneroWallet extends CoinServiceAPI with WalletCache, WalletDB {
|
||||||
//
|
//
|
||||||
String address = walletBase!.getTransactionAddress(chain, index);
|
String address = walletBase!.getTransactionAddress(chain, index);
|
||||||
|
|
||||||
|
if (address.contains("111")) {
|
||||||
|
return await _generateAddressForChain(chain, index + 1);
|
||||||
|
}
|
||||||
|
|
||||||
return isar_models.Address(
|
return isar_models.Address(
|
||||||
walletId: walletId,
|
walletId: walletId,
|
||||||
derivationIndex: index,
|
derivationIndex: index,
|
||||||
|
|
Loading…
Reference in a new issue