[#4] Rename NeoFS mentions in comments and method names

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2022-12-29 13:46:18 +03:00 committed by fyrchik
parent b204a62da1
commit 4ff9c00de3
75 changed files with 423 additions and 423 deletions

View file

@ -1,9 +1,9 @@
/*
Package subnet collects functionality related to the NeoFS subnets.
Package subnet collects functionality related to the FrostFS subnets.
Subnet of a particular NeoFS network consists of a subset of the storage nodes
Subnet of a particular FrostFS network consists of a subset of the storage nodes
of that network. Subnet of the whole network is called zero. Info type acts as
a subnet descriptor. Each subnet is owned by the user who created it. Information
about all subnets is stored in the Subnet contract of the NeoFS Sidechain.
about all subnets is stored in the Subnet contract of the FrostFS Sidechain.
*/
package subnet