started/stopped -> running; contiguous vs fast forward ConsensusState

updates.
This commit is contained in:
Jae Kwon
2015-03-25 13:01:28 -07:00
parent 938eda979b
commit 788f9bfb93
5 changed files with 48 additions and 31 deletions

View File

@ -94,7 +94,7 @@ func (n *Node) Start() {
go n.inboundConnectionRoutine(l)
}
n.book.Start()
n.sw.StartReactors()
//n.sw.StartReactors()
}
func (n *Node) Stop() {