Skip to content

Commit c7c0af7

Browse files
committed
hardfork test advanced: set --generate-fork-validation to false to speed up fork config generation
1 parent a7d0d33 commit c7c0af7

File tree

1 file changed

+1
-0
lines changed
  • src/app/hardfork_test/src/internal/hardfork

1 file changed

+1
-0
lines changed

src/app/hardfork_test/src/internal/hardfork/ledger.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func (t *HardforkTest) AdvancedGenerateHardForkConfig(configDir string, clientPo
9191
"advanced", "generate-hardfork-config",
9292
"--hardfork-config-dir", configDir,
9393
"--daemon-port", strconv.Itoa(clientPort),
94+
"--generate-fork-validation", "false",
9495
)
9596

9697
cmd.Stdout = os.Stdout

0 commit comments

Comments
 (0)