aboutsummaryrefslogtreecommitdiffstats
path: root/simulation/app.go
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-09-04 17:39:05 +0800
committerGitHub <noreply@github.com>2018-09-04 17:39:05 +0800
commit04a63a22a24abaaa91b1d981e6d95260d80dadf4 (patch)
treed8e7335984a1b53f097f00f4e4956112d22aa673 /simulation/app.go
parent09393166791785ab6730b1c812b4a4fd07a92293 (diff)
downloadtangerine-consensus-04a63a22a24abaaa91b1d981e6d95260d80dadf4.tar
tangerine-consensus-04a63a22a24abaaa91b1d981e6d95260d80dadf4.tar.gz
tangerine-consensus-04a63a22a24abaaa91b1d981e6d95260d80dadf4.tar.bz2
tangerine-consensus-04a63a22a24abaaa91b1d981e6d95260d80dadf4.tar.lz
tangerine-consensus-04a63a22a24abaaa91b1d981e6d95260d80dadf4.tar.xz
tangerine-consensus-04a63a22a24abaaa91b1d981e6d95260d80dadf4.tar.zst
tangerine-consensus-04a63a22a24abaaa91b1d981e6d95260d80dadf4.zip
core: BA-based consensus core. (#93)
Diffstat (limited to 'simulation/app.go')
-rw-r--r--simulation/app.go2
1 files changed, 1 insertions, 1 deletions
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{}