Skip to content

Commit

Permalink
Merge pull request #4 from Layr-Labs/afk/fix-osp-proof-version
Browse files Browse the repository at this point in the history
update prooftype from 1 to 0
  • Loading branch information
ethenotethan authored Jun 5, 2024
2 parents 6333a3e + 8c302f4 commit a6edf09
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_PREIMAGE_PROOF");

bytes calldata kzgProof = proof[proofOffset:];

Expand Down

0 comments on commit a6edf09

Please sign in to comment.