diff options
Diffstat (limited to 'simulation/verification.go')
-rw-r--r-- | simulation/verification.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulation/verification.go b/simulation/verification.go index ad2c911..2e90b8b 100644 --- a/simulation/verification.go +++ b/simulation/verification.go @@ -202,7 +202,7 @@ func VerifyTotalOrder(id types.ValidatorID, if hasError { log.Printf("[%d] Hash is %v from %v\n", i, hash, id) } else { - //log.Printf("Block %v confirmed\n", hash) + log.Printf("Block %v confirmed\n", hash) } } |