Skip to content

Commit

Permalink
Bump nitro-validator library
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Jan 11, 2025
1 parent 55a09df commit 13ef076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/lib/nitro-validator
2 changes: 1 addition & 1 deletion contracts/script/DeploySystem.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ contract DeploySystem is Deploy {

uint256 timestamp = vm.getBlockTimestamp();
vm.warp(1732580000);
ICertManager(certManagerAddress).verifyCert(cert, true, keccak256(parent));
ICertManager(certManagerAddress).verifyCACert(cert, keccak256(parent));
vm.warp(timestamp);
}

Expand Down

0 comments on commit 13ef076

Please sign in to comment.