Skip to content

Commit 357aece

Browse files
authored
Update MultiSignerERC7913Weighted.sol
1 parent 126f9c2 commit 357aece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/cryptography/signers/MultiSignerERC7913Weighted.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ abstract contract MultiSignerERC7913Weighted is MultiSignerERC7913 {
5757
* @dev Emitted when a signer's weight is changed.
5858
*
5959
* NOTE: Not emitted in {_addSigners}. Indexers must rely on {ERC7913SignerAdded} to index a
60-
* default weight of 1. See {_signerWeight}.
60+
* default weight of 1. See {signerWeight}.
6161
*/
6262
event ERC7913SignerWeightChanged(bytes indexed signer, uint64 weight);
6363

0 commit comments

Comments
 (0)