Skip to content

Commit

Permalink
chore: missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
strumswell committed Sep 12, 2022
1 parent fd60e15 commit e4ee1ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-5539.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ event RevocationStatusChanged(
```solidity
event RevocationListOwnerChanged(
address indexed namespace,
bytes32 indexed revocationList
address indexed newOwner,
bytes32 indexed revocationList,
address indexed newOwner
);
```

Expand Down

0 comments on commit e4ee1ec

Please sign in to comment.