Skip to content

Commit

Permalink
removing unwanted variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed Aug 15, 2024
1 parent adba288 commit 1f0f64b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/osp/OneStepProverHostIo.sol
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ contract OneStepProverHostIo is IOneStepProver {
uint256 internal constant BN_254_PRIMITIVE_ROOT_OF_UNITY =
19103219067921713944291392827692070036145651957329286315305642004821462161904;

// see: https://github.com/Layr-Labs/eigenda/blob/master/disperser/apiserver/server.go#L35
uint256 internal constant eigenDAMaxFieldElementsPerBlob = (2 * 1024 * 1024) / 32;

function executeReadPreImage(
ExecutionContext calldata,
Machine memory mach,
Expand Down

0 comments on commit 1f0f64b

Please sign in to comment.