Skip to content

Commit

Permalink
function calling (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoryda authored Apr 8, 2024
1 parent 2eadb10 commit f4d76e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/badge/examples/ScrollBadgePermissionless.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract ScrollBadgePermissionless is ScrollBadgeSelfAttest, ScrollBadgeSingleto
override (ScrollBadgeSelfAttest, ScrollBadgeSingleton)
returns (bool)
{
return super.onIssueBadge(attestation);
return super.onRevokeBadge(attestation);
}

/// @inheritdoc ScrollBadge
Expand Down

0 comments on commit f4d76e7

Please sign in to comment.