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 12b6f1c commit 3115da5Copy full SHA for 3115da5
src/core/routine.go
@@ -89,7 +89,7 @@ func CheckBlock(block *types.Block) {
89
// todo this should fail at the highest instance were its wrapped in,
90
// fatal made sense here while it only had one use,
91
// but might not want to exit the program if used in other locations
92
- common.InfoLogger.Println("Processing block:", block.Height)
+ //common.InfoLogger.Println("Processing block:", block.Height)
93
94
err := HandleBlock(block)
95
if err != nil {
0 commit comments