mirror of
https://github.com/vacp2p/mvds.git
synced 2026-01-09 12:07:55 -05:00
removed useless comment
This commit is contained in:
2
node.go
2
node.go
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user