Skip to content

Commit

Permalink
Fix tx2 error
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Jan 3, 2025
1 parent 4b01c20 commit 3e87c9b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ contract EigenDAL1Validator is IL1DAValidator {
}
bytes32 stateDiffHash = abi.decode(_operatorDAInput[:32], (bytes32));

output.stateDiffHash = stateDiffHash;

output.blobsLinearHashes = new bytes32[](maxBlobsSupported);
output.blobsOpeningCommitments = new bytes32[](maxBlobsSupported);
}
Expand Down

0 comments on commit 3e87c9b

Please sign in to comment.