Skip to content

Commit ca11695

Browse files
committed
revert
1 parent 96e7286 commit ca11695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/gossip_processing/block_processor.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,6 @@ proc addBlock*(
864864

865865
self[].dumpBlock(blck, res)
866866

867-
const consensusFork = typeof(blck).kind
868867
if res.isOk():
869868
# Once a block is successfully stored, enqueue the direct descendants
870869
self.enqueueQuarantine(res[])
@@ -906,6 +905,7 @@ proc addBlock*(
906905

907906
debug "Block quarantined",
908907
blck = shortLog(blck), signature = shortLog(blck.signature)
908+
909909
err(res.error())
910910
of VerifierError.UnviableFork:
911911
# Track unviables so that descendants can be discarded promptly

0 commit comments

Comments
 (0)