We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126f9c2 commit 357aeceCopy full SHA for 357aece
contracts/utils/cryptography/signers/MultiSignerERC7913Weighted.sol
@@ -57,7 +57,7 @@ abstract contract MultiSignerERC7913Weighted is MultiSignerERC7913 {
57
* @dev Emitted when a signer's weight is changed.
58
*
59
* NOTE: Not emitted in {_addSigners}. Indexers must rely on {ERC7913SignerAdded} to index a
60
- * default weight of 1. See {_signerWeight}.
+ * default weight of 1. See {signerWeight}.
61
*/
62
event ERC7913SignerWeightChanged(bytes indexed signer, uint64 weight);
63
0 commit comments