mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +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);
|
||||
|
||||
if (address.contains("111")) {
|
||||
return await _generateAddressForChain(chain, index + 1);
|
||||
}
|
||||
|
||||
return isar_models.Address(
|
||||
walletId: walletId,
|
||||
derivationIndex: index,
|
||||
|
|
Loading…
Reference in a new issue