Skip to content

Commit

Permalink
tests: update chainid
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Jan 3, 2025
1 parent f93a6d3 commit eb5d0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/state_test_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ func (tx *stTransaction) toMessage(ps stPostState, baseFee *big.Int) (*core.Mess
authList = make([]types.SetCodeAuthorization, len(tx.AuthorizationList))
for i, auth := range tx.AuthorizationList {
authList[i] = types.SetCodeAuthorization{
ChainID: uint256.MustFromBig(auth.ChainID),
ChainID: *uint256.MustFromBig(auth.ChainID),
Address: auth.Address,
Nonce: auth.Nonce,
V: auth.V,
Expand Down

0 comments on commit eb5d0ff

Please sign in to comment.