Skip to content

Commit 9acc99f

Browse files
marioevzspencer-tb
authored andcommitted
fix(fw): State test type-4 fix
1 parent e19437d commit 9acc99f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ethereum_test_fixtures/state.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ class FixtureAuthorizationTuple(AuthorizationTupleGeneric[ZeroPaddedHexNumber]):
3434
Authorization tuple for fixture transactions.
3535
"""
3636

37+
signer: Address | None = None
38+
3739
@classmethod
3840
def from_authorization_tuple(
3941
cls, auth_tuple: AuthorizationTupleGeneric
@@ -58,7 +60,7 @@ class FixtureTransaction(TransactionFixtureConverter):
5860
value: List[ZeroPaddedHexNumber]
5961
data: List[Bytes]
6062
access_lists: List[List[AccessList]] | None = None
61-
authorization_tuples: List[FixtureAuthorizationTuple] | None = None
63+
authorization_list: List[FixtureAuthorizationTuple] | None = None
6264
max_fee_per_blob_gas: ZeroPaddedHexNumber | None = None
6365
blob_versioned_hashes: Sequence[Hash] | None = None
6466
sender: Address | None = None

0 commit comments

Comments
 (0)