diff --git a/pkg/innerring/innerring.go b/pkg/innerring/innerring.go index fdfa8d8c..ef992d7a 100644 --- a/pkg/innerring/innerring.go +++ b/pkg/innerring/innerring.go @@ -110,8 +110,9 @@ const ( mainnetPrefix = "mainnet" // extra blocks to overlap two deposits, we do that to make sure that - // there won't be any blocks without deposited assets in notary contract. - notaryExtraBlocks = 100 + // there won't be any blocks without deposited assets in notary contract; + // make sure it is bigger than any extra rounding value in notary client. + notaryExtraBlocks = 300 // amount of tries before notary deposit timeout. notaryDepositTimeout = 100 )