Skip to content

Commit 34d1b18

Browse files
committed
bump up fork delay now that we're not waiting double fork delay before genesis of fork network
1 parent 0fbdeaa commit 34d1b18

File tree

1 file changed

+1
-1
lines changed
  • src/app/hardfork_test/src/internal/config

1 file changed

+1
-1
lines changed

src/app/hardfork_test/src/internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func DefaultConfig() *Config {
7575
MainSlot: 30,
7676
ForkSlot: 30,
7777
MainDelay: 7,
78-
ForkDelay: 7,
78+
ForkDelay: 9,
7979
NumWhales: 2,
8080
NumFish: 1,
8181
NumNodes: 0,

0 commit comments

Comments
 (0)