Skip to content

Message struct uses incorrect names when marshaling to JSON. #117

@nthpool

Description

@nthpool

Hello,

When marshaling the Message struct to JSON i noticed that the GasFeeCap & GasTipCap fields are marshaled as gasFeeCap & gasTipCap which is incompatible with some of geth's RPC methods which take TransactionArgs as a parameter:

This causes GasFeeCap & GasTipCap fields in the message struct to be ignored by geth.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions