We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f250dc commit 2f99989Copy full SHA for 2f99989
core/block_validator.go
@@ -105,7 +105,6 @@ func (v *BlockValidator) ValidateBody(block *types.Block) error {
105
if !v.bc.HasBlock(block.ParentHash(), block.NumberU64()-1) {
106
return consensus.ErrUnknownAncestor
107
}
108
- fmt.Println("failure here")
109
return consensus.ErrPrunedAncestor
110
111
return nil
0 commit comments