Skip to content

Commit 2dc33d4

Browse files
authored
ethclient/simulated: fix typo (#28952)
(ethclient/simulated):fix typo
1 parent 2ab365f commit 2dc33d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethclient/simulated/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func WithCallGasLimit(gaslimit uint64) func(nodeConf *node.Config, ethConf *ethc
4444
// gas tip for a transaction to be included.
4545
//
4646
// 0 is not possible as a live Geth node would reject that due to DoS protection,
47-
// so the simulated backend will replicate that behavior for consisntency.
47+
// so the simulated backend will replicate that behavior for consistency.
4848
func WithMinerMinTip(tip *big.Int) func(nodeConf *node.Config, ethConf *ethconfig.Config) {
4949
if tip == nil || tip.Cmp(new(big.Int)) <= 0 {
5050
panic("invalid miner minimum tip")

0 commit comments

Comments
 (0)