Temporary disbale deactivation of tx detection routine for newly created profile (#4639)
This commit is contained in:
parent
6403a7413b
commit
9b97ecbd90
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue