Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhou committed Apr 7, 2024
1 parent 5b86f58 commit fd5263f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func WithAddPriorityFeePerGasGwei(g float64) TxOption {
})
}

func WithAddGassFeeRatio(r float64) TxOption {
func WithAddGasFeeRatio(r float64) TxOption {
return newFuncTxOption(func(o *txOptions) {
o.addGasFeeRatio = r
})
Expand Down

0 comments on commit fd5263f

Please sign in to comment.