Skip to content

Commit

Permalink
fix wrong json field name for maxFeePerDataGas
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-bayardo committed Dec 21, 2022
1 parent a915d56 commit 03149d7
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 03149d7

Please sign in to comment.