mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-01-04 23:35:49 +00:00
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:
parent
64c4de4e38
commit
e0338b7ed0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue