cleanup, comments

This commit is contained in:
Ethan Buchman
2015-07-10 15:39:49 +00:00
parent 24acda1afc
commit 751b892cba
6 changed files with 26 additions and 21 deletions

View File

@ -126,6 +126,7 @@ func (conR *ConsensusReactor) RemovePeer(peer *p2p.Peer, reason interface{}) {
if !conR.IsRunning() {
return
}
// TODO
//peer.Data.Get(PeerStateKey).(*PeerState).Disconnect()
}