Skip to content

Commit

Permalink
fixup: Ensure default min block delay can be round-tripped
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Jan 30, 2025
1 parent b2c02b0 commit 021ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixture/tmpnet/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
DefaultMinStakeDuration = time.Second

// Reducing this from the 1s default speeds up tx acceptance
DefaultProposerMinBlockDelay = 0 * time.Second
DefaultProposerMinBlockDelay = "0s"

defaultConfigFilename = "config.json"
)
Expand Down

0 comments on commit 021ba8f

Please sign in to comment.