removed useless comment

This commit is contained in:
decanus
2019-06-10 10:56:48 -07:00
parent 6fd11bc7da
commit c382f1419f

View File

@@ -57,8 +57,6 @@ func NewNode(ms MessageStore, st Transport, ss SyncState, nextEpoch calculateNex
// Run listens for new messages received by the node and sends out those required every epoch.
func (n *Node) Run() {
// this will be completely legitimate with new payload handling
go func() {
for {
p := n.transport.Watch()