fix #8992 update account timestamp when login with keycard
Logout from keycard account was redirecting to login screen for another user because `b.multiaccountsDB.UpdateAccountTimestamp` was not called in `startNodeWithKey` as it was done in `startNodeWithAccount` in status-go The fix is therefore in status-go and this PR updates status-go version to fix that Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
9954ee6b8d
commit
e91375a97b
|
@ -3,6 +3,6 @@
|
|||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "develop",
|
||||
"commit-sha1": "d263be10c46aa8788bc776069225ab31c52c6c51",
|
||||
"src-sha256": "0r7hp9a946s1sbh5dbl8s2p0z0yrzyi7pjhbwy3hqm25bbprrql0"
|
||||
"commit-sha1": "963ea94e08ed46e20a4feee1f5d2a294e9cdf6c1",
|
||||
"src-sha256": "19zz3ccjpk8dnrani4hccpyx6q0gvzr4s43cqr8ybk97z09w175l"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue