diff --git a/cmd/neofs-adm/internal/modules/morph/subnet.go b/cmd/neofs-adm/internal/modules/morph/subnet.go index c4c21b21f..f39a1931b 100644 --- a/cmd/neofs-adm/internal/modules/morph/subnet.go +++ b/cmd/neofs-adm/internal/modules/morph/subnet.go @@ -111,7 +111,7 @@ func initSubnetClient(c *morphsubnet.Client, key *keys.PrivateKey) error { nonNotary := viper.GetBool(flagSubnetNonNotary) - if nonNotary { + if !nonNotary { err = cMorph.EnableNotarySupport() if err != nil { return fmt.Errorf("enable notary support: %w", err)