mirror of
https://github.com/status-im/status-go.git
synced 2025-02-24 12:48:46 +00:00
fix: process backup messages when recovering account from seed phrase (#3850)
This commit is contained in:
parent
7560540392
commit
57e64122a8
@ -1095,6 +1095,9 @@ func (b *GethStatusBackend) generateOrImportAccount(mnemonic string, customizati
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
if mnemonic != "" {
|
||||
nodeConfig.ProcessBackedupMessages = true
|
||||
}
|
||||
|
||||
// when we set nodeConfig.KeyStoreDir, value of nodeConfig.KeyStoreDir should not contain the rootDataDir
|
||||
// loadNodeConfig will add rootDataDir to nodeConfig.KeyStoreDir
|
||||
|
Loading…
x
Reference in New Issue
Block a user