Skip to content

Commit

Permalink
remove unnecessary initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
adraffy committed Feb 11, 2025
1 parent 1811bb7 commit 8d4795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/trusted/TrustedVerifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contract TrustedVerifier is LazyTrustedVerifier {
string[] memory urls,
address[] memory signers,
uint256 expSec
) LazyTrustedVerifier() {
) {
initialize(msg.sender, hooks, urls, signers, expSec);
}
}

0 comments on commit 8d4795e

Please sign in to comment.