diff --git a/proto/identity/identity.go b/proto/identity/identity.go index 6f6a4bfa4..4128548cf 100644 --- a/proto/identity/identity.go +++ b/proto/identity/identity.go @@ -28,7 +28,7 @@ const ( Acknowledge Leader IDCKey - Node_Info + NodeInfo Peers ) @@ -39,7 +39,7 @@ func (msgType MessageType) String() string { "Acknowledge", "Leader", "IDCKey", - "Node_Info", + "NodeInfo", "Peers", }