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 20, 2019
1 parent 8ccc858 commit 70e0bcd
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": "c2f3cf4e74b4def720a81bdc02b9fa78f96a4a3e",
"src-sha256": "1h6bnigwbsin88jl8k9my90afncmzzcwghc5kslg5dmq7li2qrvr"
}

0 comments on commit 70e0bcd

Please sign in to comment.