From a91fa39547495449ffed19965d4a7c987030f704 Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Tue, 3 Nov 2020 07:23:38 +0100 Subject: [PATCH] [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 --- status-go-version.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/status-go-version.json b/status-go-version.json index 848d787571..c2cb6b7ef7 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -2,7 +2,7 @@ "_comment": "DO NOT EDIT THIS FILE BY HAND. USE 'scripts/update-status-go.sh ' 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" }