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
  • Loading branch information
yenda committed Sep 23, 2019
1 parent a1735e4 commit 7140879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh <tag>' instead",
"owner": "status-im",
"repo": "status-go",
"version": "develop",
"commit-sha1": "d263be10c46aa8788bc776069225ab31c52c6c51",
"src-sha256": "0r7hp9a946s1sbh5dbl8s2p0z0yrzyi7pjhbwy3hqm25bbprrql0"
"version": "fix-1613",
"commit-sha1": "84f5b10c02eab7a8eff7f80568c91f76b1b4b783",
"src-sha256": "19zz3ccjpk8dnrani4hccpyx6q0gvzr4s43cqr8ybk97z09w175l"
}

0 comments on commit 7140879

Please sign in to comment.