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 2529cb9 commit aa53fbdCopy full SHA for aa53fbd
contracts/smart-wallet/interfaces/ITWAccountFactory.sol
@@ -7,7 +7,7 @@ interface ITWAccountFactory {
7
//////////////////////////////////////////////////////////////*/
8
9
/// @notice Emitted when a new Account is created.
10
- event AccountCreated(address indexed account, address indexed accountAdmin, string indexed accountId);
+ event AccountCreated(address indexed account, address indexed accountAdmin, string accountId);
11
12
/*///////////////////////////////////////////////////////////////
13
Extension Functions
0 commit comments