From 3bfa84431ad6f6a2d4cf4ccc04f9d0659c862f0a Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Thu, 26 Dec 2024 17:52:44 +0200 Subject: [PATCH] Update IKeyRegistry.sol --- src/interfaces/IKeyRegistry.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/IKeyRegistry.sol b/src/interfaces/IKeyRegistry.sol index 42e20b0e..f145573f 100644 --- a/src/interfaces/IKeyRegistry.sol +++ b/src/interfaces/IKeyRegistry.sol @@ -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;