From 959d1c8c38fa16793b875f92201e77c35f44c1fd Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Mon, 24 Jan 2022 20:29:32 +0300 Subject: [PATCH] [#369] status: Compile sources with detailed magic number Signed-off-by: Leonard Lyubich --- status/grpc/types.pb.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/status/grpc/types.pb.go b/status/grpc/types.pb.go index 99f5b0e..e6d571f 100644 --- a/status/grpc/types.pb.go +++ b/status/grpc/types.pb.go @@ -124,7 +124,10 @@ const ( // If the server cannot match failed outcome to the code, it should // use this code. CommonFail_INTERNAL CommonFail = 0 - // [**1025**] Wrong magic of the NeoFS network. Not detailed. + // [**1025**] Wrong magic of the NeoFS network. + // Details: + // - [**0**] Magic number of the served NeoFS network (big-endian 64-bit + // unsigned integer). CommonFail_WRONG_MAGIC_NUMBER CommonFail = 1 )