Skip to content

Commit

Permalink
Revert "Increase Min/MaxCommittableAge in the Docker network."
Browse files Browse the repository at this point in the history
This reverts commit d82350c.
  • Loading branch information
piotrm50 committed Mar 20, 2024
1 parent ed4ff4b commit f2945f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genesis-snapshot/presets/presets.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
ProtocolParamsDocker = iotago.NewV3SnapshotProtocolParameters(
iotago.WithNetworkOptions(fmt.Sprintf("docker-%d", time.Now().Unix()), iotago.PrefixTestnet),
iotago.WithTimeProviderOptions(5, time.Now().Unix(), 10, 13),
iotago.WithLivenessOptions(10, 15, 7, 13, 30),
iotago.WithLivenessOptions(10, 15, 3, 6, 8),
)

// use defaults from iota.go.
Expand Down

0 comments on commit f2945f0

Please sign in to comment.