Skip to content

Commit

Permalink
name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Jan 16, 2024
1 parent dfbce44 commit c5d20eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/smart-account/modules/MultiOwnedECDSAModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contract MultiOwnedECDSAModule is
{
using ECDSA for bytes32;

string public constant NAME = "ECDSA Ownership Registry Module";
string public constant NAME = "Multiowned ECDSA Ownership Module";
string public constant VERSION = "0.2.0";

// owner => smartAccount => isOwner
Expand Down

0 comments on commit c5d20eb

Please sign in to comment.