Skip to content

Commit aa53fbd

Browse files
unindex accountId
1 parent 2529cb9 commit aa53fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/smart-wallet/interfaces/ITWAccountFactory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface ITWAccountFactory {
77
//////////////////////////////////////////////////////////////*/
88

99
/// @notice Emitted when a new Account is created.
10-
event AccountCreated(address indexed account, address indexed accountAdmin, string indexed accountId);
10+
event AccountCreated(address indexed account, address indexed accountAdmin, string accountId);
1111

1212
/*///////////////////////////////////////////////////////////////
1313
Extension Functions

0 commit comments

Comments
 (0)