Skip to content

Commit

Permalink
chore: remove target blobs from result.
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer-tb committed Nov 15, 2024
1 parent 08eea93 commit 73c4eb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ethereum_clis/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class Result(CamelModel):
blob_gas_used: HexNumber | None = None
requests_hash: Hash | None = None
requests: List[Bytes] | None = None
target_blob_count: HexNumber | None = None


class TransitionToolInput(CamelModel):
Expand Down

0 comments on commit 73c4eb8

Please sign in to comment.