Skip to content

Commit

Permalink
Fix BulkAddKey struct IKeyRegistry.sol (#451)
Browse files Browse the repository at this point in the history
Update IKeyRegistry.sol
  • Loading branch information
futreall authored Jan 21, 2025
1 parent d414c3b commit 6808f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IKeyRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ interface IKeyRegistry {
* and its associated metadata.
*
* @param key Bytes of the signer key.
* @param keys Metadata metadata of the signer key.
* @param metadata Metadata of the signer key.
*/
struct BulkAddKey {
bytes key;
Expand Down

0 comments on commit 6808f1d

Please sign in to comment.