From e91375a97b572c01c43819cf8fa1a437172d3f96 Mon Sep 17 00:00:00 2001 From: yenda Date: Fri, 20 Sep 2019 12:03:42 +0200 Subject: [PATCH] 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 --- status-go-version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status-go-version.json b/status-go-version.json index 96727b562a..64999e1353 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,6 +3,6 @@ "owner": "status-im", "repo": "status-go", "version": "develop", - "commit-sha1": "d263be10c46aa8788bc776069225ab31c52c6c51", - "src-sha256": "0r7hp9a946s1sbh5dbl8s2p0z0yrzyi7pjhbwy3hqm25bbprrql0" + "commit-sha1": "963ea94e08ed46e20a4feee1f5d2a294e9cdf6c1", + "src-sha256": "19zz3ccjpk8dnrani4hccpyx6q0gvzr4s43cqr8ybk97z09w175l" }