forked from TrueCloudLab/frostfs-node
[#478] morph/client: Add more global config value getters
Including: - typo fix for `BasicIncomeRate` method - epoch duration getter, - container fee getter, - EigenTrust iterations getter. Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
f02de33f8b
commit
c33512d976
2 changed files with 39 additions and 4 deletions
|
@ -35,7 +35,7 @@ func (c *GlobalConfig) BasicIncomeRate() (uint64, error) {
|
|||
return value, nil
|
||||
}
|
||||
|
||||
return c.nm.BasinIncomeRate()
|
||||
return c.nm.BasicIncomeRate()
|
||||
}
|
||||
|
||||
func (c *GlobalConfig) AuditFee() (uint64, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue