Skip to content

Commit 386011f

Browse files
committed
Fix network sync issue
1 parent 9c31898 commit 386011f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/ws.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func StartWsClient() {
106106
}
107107

108108
func wsPing(hash string) {
109-
localdata.Synced = true
109+
110110
data := map[string]string{
111111
"type": TypePingPongPing,
112112
"hash": hash,

0 commit comments

Comments
 (0)