diff --git a/consensus/parlia/parlia.go b/consensus/parlia/parlia.go index 8821785439..a9ddfb7e76 100644 --- a/consensus/parlia/parlia.go +++ b/consensus/parlia/parlia.go @@ -86,7 +86,7 @@ const ( // `finalityRewardInterval` should be smaller than `inMemorySnapshots`, otherwise, it will result in excessive computation. finalityRewardInterval = 200 - kAncestorGenerationDepth = 2 + kAncestorGenerationDepth = 3 ) var (