core: fix snapshot missing when recovery from crash (#23496)
It is because write known block only checks block and state without snapshot, which could lead to gap between newest snapshot and newest block state. However, new blocks which would cause snapshot to become fixed were ignored, since state was already known. Co-authored-by:Gary Rong <garyrong0905@gmail.com> Co-authored-by:
Martin Holst Swende <martin@swende.se>
Showing
Please register or sign in to comment