diff --git a/pkg/network/capability/type.go b/pkg/network/capability/type.go index 0955c1b38..2dec37a96 100644 --- a/pkg/network/capability/type.go +++ b/pkg/network/capability/type.go @@ -8,6 +8,6 @@ const ( TCPServer Type = 0x01 // WSServer represents WebSocket node capability type. WSServer Type = 0x02 - // FullNode represents full node capability type. + // FullNode represents a node that has complete current state. FullNode Type = 0x10 )