forked from TrueCloudLab/frostfs-node
Fix typo
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
5a167f3991
commit
94a1947482
1 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ func (w *Wrapper) EigenTrustIterations() (uint64, error) {
|
|||
return iterations, nil
|
||||
}
|
||||
|
||||
// InnerRingCandidateFee returns global configuration value of fee payed by
|
||||
// InnerRingCandidateFee returns global configuration value of fee paid by
|
||||
// node to be in inner ring candidates list.
|
||||
func (w *Wrapper) InnerRingCandidateFee() (uint64, error) {
|
||||
fee, err := w.readUInt64Config(irCandidateFeeConfig)
|
||||
|
@ -92,7 +92,7 @@ func (w *Wrapper) InnerRingCandidateFee() (uint64, error) {
|
|||
return fee, nil
|
||||
}
|
||||
|
||||
// WithdrawFee returns global configuration value of fee payed by user to
|
||||
// WithdrawFee returns global configuration value of fee paid by user to
|
||||
// withdraw assets from NeoFS contract.
|
||||
func (w *Wrapper) WithdrawFee() (uint64, error) {
|
||||
fee, err := w.readUInt64Config(withdrawFeeConfig)
|
||||
|
|
Loading…
Reference in a new issue