Skip to content

Commit e134511

Browse files
committed
chore: remove tx error.
1 parent 97ee8e8 commit e134511

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/osaka/eip7594_peerdas/test_get_blobs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def txs(
159159
tx_calldata: bytes,
160160
tx_max_fee_per_blob_gas: int,
161161
txs_versioned_hashes: List[List[bytes]],
162-
tx_error: Optional[TransactionException],
163162
txs_blobs: List[List[Blob]],
164163
tx_wrapper_version: int | None,
165164
) -> List[NetworkWrappedTransaction | Transaction]:
@@ -178,7 +177,6 @@ def txs(
178177
max_fee_per_blob_gas=tx_max_fee_per_blob_gas,
179178
access_list=[],
180179
blob_versioned_hashes=tx_versioned_hashes,
181-
error=tx_error,
182180
)
183181
network_wrapped_tx = NetworkWrappedTransaction(
184182
tx=tx,

0 commit comments

Comments
 (0)