You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is highly recommended to purge your db and checkpoint sync. For more information please \
850
851
read this blog post: https://blog.ethereum.org/2014/11/25/proof-stake-learned-love-weak-subjectivity"
851
852
)
853
+
}else{
854
+
returnErr(
855
+
"The current head state is outside the weak subjectivity period. A node in this state is susceptible to long range attacks. You should purge your db and \
856
+
checkpoint sync. For more information please read this blog post: https://blog.ethereum.org/2014/11/25/proof-stake-learned-love-weak-subjectivity \
857
+
If you understand the risks, it is possible to ignore this error with the --ignore-ws-check flag.".to_string()
858
+
);
852
859
}
853
-
returnErr(
854
-
"The current head state is outside the weak subjectivity period. A node in this state is susceptible to long range attacks. You should purge your db and \
855
-
checkpoint sync. For more information please read this blog post: https://blog.ethereum.org/2014/11/25/proof-stake-learned-love-weak-subjectivity \
856
-
If you understand the risks, it is possible to ignore this error with the --ignore-ws-check flag.".to_string()
0 commit comments