Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
makoto committed Dec 5, 2023
1 parent 53c459d commit 0acf679
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crosschain-resolver/contracts/L1Resolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,6 @@ contract L1Resolver is EVMFetchTarget, ITargetResolver, IMetadataResolver, IExte
function metadata(
bytes calldata name
) public view returns (string memory, uint256, string memory, uint8, bytes memory, bytes memory) {
/*
* Get the verifier for the given name.
* reverts if no verifier was set in advance
*/
(, address target) = getTarget(name);

return (
Expand Down

0 comments on commit 0acf679

Please sign in to comment.