Skip to content

Commit

Permalink
fix #8992 update account timestamp when login with keycard
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
yenda committed Sep 24, 2019
1 parent 9954ee6 commit e91375a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"owner": "status-im",
"repo": "status-go",
"version": "develop",
"commit-sha1": "d263be10c46aa8788bc776069225ab31c52c6c51",
"src-sha256": "0r7hp9a946s1sbh5dbl8s2p0z0yrzyi7pjhbwy3hqm25bbprrql0"
"commit-sha1": "963ea94e08ed46e20a4feee1f5d2a294e9cdf6c1",
"src-sha256": "19zz3ccjpk8dnrani4hccpyx6q0gvzr4s43cqr8ybk97z09w175l"
}

0 comments on commit e91375a

Please sign in to comment.