capability: improve FullNode documentation

That's the way it's defined and used in C#, see https://github.com/neo-project/neo/pull/3639 also.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
Roman Khimov 2024-12-27 12:14:33 +03:00
parent 64c4de4e38
commit e0338b7ed0

View file

@ -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
)