diff --git a/contracts/types/WeightedMultisigTypes.sol b/contracts/types/WeightedMultisigTypes.sol index 63578e17..bf0e1a8d 100644 --- a/contracts/types/WeightedMultisigTypes.sol +++ b/contracts/types/WeightedMultisigTypes.sol @@ -3,10 +3,9 @@ pragma solidity ^0.8.0; /** - * @notice This struct represents the weighted signers payload - * @param signers The list of signers - * @param weights The list of weights - * @param threshold The threshold for the signers + * @notice This struct represents the weighted signer + * @param signer The address of the weighted signer + * @param weight The weight of the weighted singer */ struct WeightedSigner { address signer;