We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab365f commit 2dc33d4Copy full SHA for 2dc33d4
ethclient/simulated/options.go
@@ -44,7 +44,7 @@ func WithCallGasLimit(gaslimit uint64) func(nodeConf *node.Config, ethConf *ethc
44
// gas tip for a transaction to be included.
45
//
46
// 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.
+// so the simulated backend will replicate that behavior for consistency.
48
func WithMinerMinTip(tip *big.Int) func(nodeConf *node.Config, ethConf *ethconfig.Config) {
49
if tip == nil || tip.Cmp(new(big.Int)) <= 0 {
50
panic("invalid miner minimum tip")
0 commit comments