Skip to content

Commit 0e01624

Browse files
author
jagdeep sidhu
committed
Format CalldataDA.t.sol
1 parent 335f063 commit 0e01624

File tree

1 file changed

+7
-1
lines changed
  • l1-contracts/test/foundry/l1/unit/concrete/state-transition/data-availability

1 file changed

+7
-1
lines changed

l1-contracts/test/foundry/l1/unit/concrete/state-transition/data-availability/CalldataDA.t.sol

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,13 @@ contract CalldataDATest is Test {
126126
bytes32 l2DAValidatorOutputHash = keccak256(shortData);
127127

128128
// Full operator input includes all data
129-
bytes memory operatorDAInput = abi.encodePacked(stateDiffHash, fullPubdataHash, blobsProvided, blobLinearHash, l1DaInput);
129+
bytes memory operatorDAInput = abi.encodePacked(
130+
stateDiffHash,
131+
fullPubdataHash,
132+
blobsProvided,
133+
blobLinearHash,
134+
l1DaInput
135+
);
130136

131137
(
132138
bytes32 outputStateDiffHash,

0 commit comments

Comments
 (0)