Skip to content

Commit

Permalink
Fix rlp serailisation of cip66 tx to match cip definition
Browse files Browse the repository at this point in the history
  • Loading branch information
piersy committed Jun 4, 2024
1 parent 05b677e commit 36237a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/celo_denominated_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ type CeloDenominatedTx struct {
GasTipCap *big.Int
GasFeeCap *big.Int
Gas uint64
FeeCurrency *common.Address `rlp:"nil"` // nil means native currency
To *common.Address `rlp:"nil"` // nil means contract creation
Value *big.Int
Data []byte
AccessList AccessList
FeeCurrency *common.Address `rlp:"nil"` // nil means native currency
MaxFeeInFeeCurrency *big.Int

// Signature values
Expand Down

0 comments on commit 36237a1

Please sign in to comment.