From 6808f1d997ec1c7f1fa5fa6930da3085b9d26066 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:47:28 +0200 Subject: [PATCH] Fix BulkAddKey struct IKeyRegistry.sol (#451) 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;