[Fixes: #11355] Fix crash on logout
On shutdown the app was calling `PeersCount`, but sometimes the server would be unavailable, resulting in a call to a nil pointer. Upgrades status-go version with the fix. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
3b780f4ff2
commit
a91fa39547
|
@ -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": "v0.62.17",
|
||||
"commit-sha1": "9dffff042e9be9ea74cc75a77487ad04777828bf",
|
||||
"src-sha256": "1a74gd4z95cirj25qqp909h36i8jjg96rdwvy8b8mzngziqbca1w"
|
||||
"version": "v0.62.18",
|
||||
"commit-sha1": "3f63b0c23cbe32c2331cb6201ee5cb5255ce9353",
|
||||
"src-sha256": "1hnfm6plkl6frkarcbcixwx27zgg50snsffnz9y0bqipfh287ygc"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue