Skip to content

Commit

Permalink
chore: remove incorrect natspec (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy authored Sep 25, 2024
1 parent febcd9f commit 115300a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions contracts/types/WeightedMultisigTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 115300a

Please sign in to comment.