more fixes from review

This commit is contained in:
Ethan Buchman
2015-04-17 13:18:50 -07:00
parent 75049ec827
commit 65f669160f
9 changed files with 39 additions and 25 deletions

View File

@ -161,6 +161,10 @@ func (n *Node) MempoolReactor() *mempl.MempoolReactor {
return n.mempoolReactor
}
func (n *Node) EventSwitch() *events.EventSwitch {
return n.evsw
}
//------------------------------------------------------------------------------
func RunNode() {