From 835a4b507c733bd6ae9440811aaa672555b6492e Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 14 Jun 2022 15:00:09 -0400 Subject: [PATCH] fix seed multiple definition --- test/e2e/runner/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/runner/main.go b/test/e2e/runner/main.go index e8102e940..07011f919 100644 --- a/test/e2e/runner/main.go +++ b/test/e2e/runner/main.go @@ -140,7 +140,6 @@ func NewCLI() *CLI { cli.root.PersistentFlags().StringP("file", "f", "", "Testnet TOML manifest") _ = cli.root.MarkPersistentFlagRequired("file") cli.root.PersistentFlags().IntP("seed-delta", "s", 0, "Interger to be added to the initial hard-coded seed") - cli.root.PersistentFlags().IntP("seed-delta", "s", 0, "Interger to be added to the initial hard-coded seed") cli.root.Flags().BoolVarP(&cli.preserve, "preserve", "p", false, "Preserves the running of the test net after tests are completed")