Skip to content

Commit

Permalink
Use a jump size of exactly the genesis window
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Apr 25, 2024
1 parent 200af57 commit f24408b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ genChains genNumForks = do
-- ^ REVIEW: Do we want to generate those randomly? For now, the chosen
-- values carry no special meaning. Someone needs to think about what values
-- would make for interesting tests.
gtCSJParams = CSJParams $ fromIntegral $ scg `div` 2,
gtCSJParams = CSJParams $ fromIntegral scg,
gtBlockTree = foldl' (flip BT.addBranch') (BT.mkTrunk goodChain) $ zipWith (genAdversarialFragment goodBlocks) [1..] alternativeChainSchemas,
gtSchedule = ()
}
Expand Down

0 comments on commit f24408b

Please sign in to comment.