Skip to content

Commit

Permalink
fix one step prover
Browse files Browse the repository at this point in the history
  • Loading branch information
epociask committed Jul 4, 2024
1 parent 657a088 commit 2a561f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osp/OneStepProverHostIo.sol
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ contract OneStepProverHostIo is IOneStepProver {
} else if (inst.argumentData == 3) {
// The machine is asking for a EigenDA versioned hash preimage

require(proofType == 1, "UNKNOWN_PREIMAGE_PROOF");
require(proofType == 0, "UNKNOWN_EIGENDA_PREIMAGE_PROOF");

bytes calldata kzgProof = proof[proofOffset:];

Expand Down

0 comments on commit 2a561f8

Please sign in to comment.