Skip to content

Commit

Permalink
Merge pull request ethereum#84 from mdehoog/typo
Browse files Browse the repository at this point in the history
fix wrong json field name for maxFeePerDataGas
  • Loading branch information
roberto-bayardo authored Dec 21, 2022
2 parents a915d56 + 03149d7 commit cb237ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/transaction_args.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type TransactionArgs struct {
GasPrice *hexutil.Big `json:"gasPrice"`
MaxFeePerGas *hexutil.Big `json:"maxFeePerGas"`
MaxPriorityFeePerGas *hexutil.Big `json:"maxPriorityFeePerGas"`
MaxFeePerDataGas *hexutil.Big `json:"maxFeePerGas"`
MaxFeePerDataGas *hexutil.Big `json:"maxFeePerDataGas"`
Value *hexutil.Big `json:"value"`
Nonce *hexutil.Uint64 `json:"nonce"`

Expand Down

0 comments on commit cb237ac

Please sign in to comment.