Merge pull request #2603 from alexvanin/fix/version-typo

rpc: fix deprecated magic field description
This commit is contained in:
Roman Khimov 2022-07-15 15:07:13 +03:00 committed by GitHub
commit 567b4935c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ type (
// info.
Version struct {
// Magic contains network magic.
// Deprecated: use Protocol.StateRootInHeader instead
// Deprecated: use Protocol.Network instead
Magic netmode.Magic
TCPPort uint16
WSPort uint16