forked from TrueCloudLab/neoneo-go
rpc: fix deprecated magic field description
This commit is contained in:
parent
ed53fd3221
commit
d3f0b12ca2
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