Skip to content

Commit

Permalink
fixes a method name
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed May 9, 2024
1 parent 3044f70 commit b1ab656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/testnet/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func WithMempool(mempool string) Option {
}
}

func BroadcastTxsOpt(broadcast bool) Option {
func WithBroadcastTxs(broadcast bool) Option {
return func(cfg *config.Config) {
cfg.Mempool.Broadcast = broadcast
}
Expand Down

0 comments on commit b1ab656

Please sign in to comment.