We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ee8e8 commit e134511Copy full SHA for e134511
tests/osaka/eip7594_peerdas/test_get_blobs.py
@@ -159,7 +159,6 @@ def txs(
159
tx_calldata: bytes,
160
tx_max_fee_per_blob_gas: int,
161
txs_versioned_hashes: List[List[bytes]],
162
- tx_error: Optional[TransactionException],
163
txs_blobs: List[List[Blob]],
164
tx_wrapper_version: int | None,
165
) -> List[NetworkWrappedTransaction | Transaction]:
@@ -178,7 +177,6 @@ def txs(
178
177
max_fee_per_blob_gas=tx_max_fee_per_blob_gas,
179
access_list=[],
180
blob_versioned_hashes=tx_versioned_hashes,
181
- error=tx_error,
182
)
183
network_wrapped_tx = NetworkWrappedTransaction(
184
tx=tx,
0 commit comments