Skip to content

Commit

Permalink
Set TargetCommitteeSize to 3 to test if the delegation worked as expe…
Browse files Browse the repository at this point in the history
…cted
  • Loading branch information
jkrvivian committed May 9, 2024
1 parent bf4393c commit b5fbc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker-network/tests/sync_snapshot_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func Test_SyncFromSnapshot(t *testing.T) {
iotago.WithLivenessOptions(10, 10, 2, 4, 5),
iotago.WithCongestionControlOptions(1, 1, 1, 400_000, 250_000, 50_000_000, 1000, 100),
iotago.WithRewardsOptions(8, 10, 2, 384),
iotago.WithTargetCommitteeSize(4),
iotago.WithTargetCommitteeSize(3),
))
defer d.Stop()

Expand Down

0 comments on commit b5fbc47

Please sign in to comment.