Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Aug 26, 2022
1 parent 28452a0 commit 235b2e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ def get_intrinsic_gas(tx: SignedBlobTransaction, pre_state: ExecState) -> int:
return intrinsic_gas

def get_blob_gas(header: Header) -> int:
blocks_since_start = get_current_block(pre_state) - FORK_BLKNUM
if header.blobs == 0:
return 0
else:
Expand Down

0 comments on commit 235b2e2

Please sign in to comment.