forked from TrueCloudLab/frostfs-node
[#932] neofs-cli: Support ContainerAliasFee
global config parameter
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
751147793f
commit
eaecc438f8
2 changed files with 28 additions and 9 deletions
|
@ -128,6 +128,10 @@ func (x *netCfgWriter) ContainerFee(v uint64) {
|
|||
x.print("Container fee", v, false)
|
||||
}
|
||||
|
||||
func (x *netCfgWriter) ContainerAliasFee(v uint64) {
|
||||
x.print("Container alias fee", v, false)
|
||||
}
|
||||
|
||||
func (x *netCfgWriter) EigenTrustIterations(v uint64) {
|
||||
x.print("Number EigenTrust of iterations", v, false)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue