From 04a63a22a24abaaa91b1d981e6d95260d80dadf4 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Tue, 4 Sep 2018 17:39:05 +0800 Subject: core: BA-based consensus core. (#93) --- simulation/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simulation/app.go') diff --git a/simulation/app.go b/simulation/app.go index aded2a7..4bf4aff 100644 --- a/simulation/app.go +++ b/simulation/app.go @@ -116,7 +116,7 @@ func (a *simApp) TotalOrderingDeliver(blockHashes common.Hashes, early bool) { } a.Outputs = blocks a.Early = early - //fmt.Println("OUTPUT", a.ValidatorID, a.Early, a.Outputs) + fmt.Println("OUTPUT", a.ValidatorID, a.Early, a.Outputs) confirmLatency := []time.Duration{} -- cgit v1.2.3