Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/registration-simple' int…
Browse files Browse the repository at this point in the history
…o feature/registration-simple
  • Loading branch information
KyrylR committed Dec 16, 2024
2 parents 0c154e6 + 51845a3 commit b6d9cb6
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 b6d9cb6

Please sign in to comment.