diff --git a/status/types.proto b/status/types.proto index d2c7f45..1c505d9 100644 --- a/status/types.proto +++ b/status/types.proto @@ -81,6 +81,9 @@ enum CommonFail { // use this code. INTERNAL = 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). WRONG_MAGIC_NUMBER = 1; }