Removed misleading comment

This commit is contained in:
Yuriy Glukhov 2018-05-08 17:34:15 +03:00
parent e823ee6b47
commit 4c23020d8e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ type
pingFutures: Table[Node, Future[bool]]
neighboursCallbacks: Table[Node, proc(n: seq[Node])]
NodeId* = UInt256 # This is probably too small...
NodeId* = UInt256
Node* = ref object
node*: ENode