[#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:
Alex Vanin 2021-04-15 09:42:35 +03:00 committed by Alex Vanin
parent f02de33f8b
commit c33512d976
2 changed files with 39 additions and 4 deletions

View file

@ -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) {