Skip to content

Commit

Permalink
[cmd] stop broadcasting invalid transaction (#3744)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyWYX authored Jun 8, 2021
1 parent 7fbee80 commit 237ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/harmony/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var (
)

const (
defaultBroadcastInvalidTx = true
defaultBroadcastInvalidTx = false
)

func getDefaultHmyConfigCopy(nt nodeconfig.NetworkType) harmonyConfig {
Expand Down

0 comments on commit 237ce07

Please sign in to comment.