Temporary disbale deactivation of tx detection routine for newly created profile (#4639)

This commit is contained in:
Roman Volosovskyi 2024-01-29 14:39:58 +01:00 committed by GitHub
parent 6403a7413b
commit 9b97ecbd90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -1356,7 +1356,9 @@ func (b *GethStatusBackend) generateOrImportAccount(mnemonic string, customizati
if mnemonic == "" {
settings.Mnemonic = &info.Mnemonic
settings.OmitTransfersHistoryScan = true
settings.MnemonicWasNotShown = true
// TODO(rasom): uncomment it as soon as address will be properly
// marked as shown on mobile client
//settings.MnemonicWasNotShown = true
}
nodeConfig, err := defaultNodeConfig(settings.InstallationID, request)