Skip to content

Commit

Permalink
fix smoketest log
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 authored and brewmaster012 committed Nov 5, 2023
1 parent 038659d commit 81f13c9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ func (sm *SmokeTest) TestBlockHeaders() {
}
bn = bhres.BlockHeader.Height - 1
currentHash = bhres.BlockHeader.ParentHash
fmt.Printf("found block header %d\n", bhres.BlockHeader.Height)
//fmt.Printf("found block header %d\n", bhres.BlockHeader.Height)
}
if bn > earliestBlock {
panic(fmt.Sprintf("block header tracing failed; expected at most %d, got %d", earliestBlock, bn))
} else {
fmt.Printf("block header tracing succeeded; expected at most %d, got %d\n", earliestBlock, bn)
}
}
checkBlock(common.GoerliChain().ChainId)
Expand Down

0 comments on commit 81f13c9

Please sign in to comment.