Skip to content

Commit

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

/// @inheritdoc ScrollBadge
Expand Down

0 comments on commit 7f8e4b1

Please sign in to comment.