Skip to content

Commit 5918de2

Browse files
committed
fix: secure3-arbitrator-upgrade-issue-8
1 parent b5395c5 commit 5918de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/ZkLink.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ contract ZkLink is
490490
function openRangeBatchRootHash(
491491
uint256 _fromBatchNumber,
492492
uint256 _toBatchNumber,
493-
bytes32[] memory _l2LogsRootHashes
493+
bytes32[] calldata _l2LogsRootHashes
494494
) external onlyValidator {
495495
require(_toBatchNumber >= _fromBatchNumber, "Invalid range");
496496
bytes32 range = keccak256(abi.encodePacked(_fromBatchNumber, _toBatchNumber));

0 commit comments

Comments
 (0)