forked from TrueCloudLab/frostfs-node
[#38] node: Fix linter warnings
Signed-off-by: Pavel Karpy <p.karpy@yadro.com>
This commit is contained in:
parent
515c60bdf4
commit
73bc1b0b68
3 changed files with 4 additions and 14 deletions
|
@ -23,14 +23,8 @@ import (
|
|||
const (
|
||||
newEpochNotification = "NewEpoch"
|
||||
|
||||
// notaryDepositExtraBlocks is the amount of extra blocks to overlap two deposits,
|
||||
// we do that to make sure that there won't be any blocks without deposited
|
||||
// assets in a notary contract; make sure it is bigger than any extra rounding
|
||||
// value in a notary client.
|
||||
notaryDepositExtraBlocks = 300
|
||||
|
||||
// amount of tries(blocks) before notary deposit timeout.
|
||||
notaryDepositRetriesAmount
|
||||
notaryDepositRetriesAmount = 300
|
||||
)
|
||||
|
||||
func initMorphComponents(c *cfg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue