We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e7286 commit ca11695Copy full SHA for ca11695
beacon_chain/gossip_processing/block_processor.nim
@@ -864,7 +864,6 @@ proc addBlock*(
864
865
self[].dumpBlock(blck, res)
866
867
- const consensusFork = typeof(blck).kind
868
if res.isOk():
869
# Once a block is successfully stored, enqueue the direct descendants
870
self.enqueueQuarantine(res[])
@@ -906,6 +905,7 @@ proc addBlock*(
906
905
907
debug "Block quarantined",
908
blck = shortLog(blck), signature = shortLog(blck.signature)
+
909
err(res.error())
910
of VerifierError.UnviableFork:
911
# Track unviables so that descendants can be discarded promptly
0 commit comments