Skip to content

Commit

Permalink
chore: fix eas resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
dawksh committed Aug 6, 2024
1 parent 0f5f974 commit 6dd61b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EASNebulaResolver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract EASNebulaResolver is SchemaResolver {
function onRevoke(
Attestation calldata attestation,
uint256 /*value*/
) internal pure override returns (bool) {
) internal view override returns (bool) {
return attestation.attester == address(nebula);
}
}

0 comments on commit 6dd61b1

Please sign in to comment.