Remove json transaction unmarshaling support for celo transactions legacy transactions retrieved from a celo node. #237
Labels
type:enhancement
New feature or request
Milestone
We should do this some time after we have migrated all celo chains to be L2s.
In
celo_transaction_marshaling.go
the functionceloTransactionUnmarshal
has the following code, we simply need to replaceif dec.EthCompatible == nil || *dec.EthCompatible == true {
withif dec.EthCompatible == nil {
The text was updated successfully, but these errors were encountered: