Skip to content

Commit

Permalink
default false sig check
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Nov 26, 2024
1 parent 0ba614f commit 6c560ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/cmd/flags/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var (
Name: "softBlock.signatureCheck",
Usage: "If the soft block server will check the signature of the incoming transactions batches",
Category: driverCategory,
Value: true,
Value: false,
EnvVars: []string{"SOFT_BLOCK_SERVER_SIGNATURE_CHECK"},
}
)
Expand Down

0 comments on commit 6c560ba

Please sign in to comment.