Skip to content

Commit

Permalink
Update contracts/registration/RegistrationSimple.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Chystiakov <[email protected]>
  • Loading branch information
KyrylR and Arvolear authored Dec 16, 2024
1 parent 433e396 commit 51845a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/registration/RegistrationSimple.sol
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {TSSUpgradeable} from "../state/TSSUpgradeable.sol";
contract RegistrationSimple is Initializable, TSSUpgradeable {
using ECDSA for bytes32;
using VerifierHelper for address;

using SetHelper for EnumerableSet.AddressSet;
using EnumerableSet for EnumerableSet.AddressSet;

Expand Down

0 comments on commit 51845a3

Please sign in to comment.