forked from TrueCloudLab/neoneo-go
Merge pull request #2603 from alexvanin/fix/version-typo
rpc: fix deprecated magic field description
This commit is contained in:
commit
567b4935c3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ type (
|
||||||
// info.
|
// info.
|
||||||
Version struct {
|
Version struct {
|
||||||
// Magic contains network magic.
|
// Magic contains network magic.
|
||||||
// Deprecated: use Protocol.StateRootInHeader instead
|
// Deprecated: use Protocol.Network instead
|
||||||
Magic netmode.Magic
|
Magic netmode.Magic
|
||||||
TCPPort uint16
|
TCPPort uint16
|
||||||
WSPort uint16
|
WSPort uint16
|
||||||
|
|
Loading…
Reference in a new issue