Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Sep 24, 2024
1 parent 625db28 commit 3904301
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/types/WeightedMultisigTypes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +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
* @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 3904301

Please sign in to comment.