Skip to content

Commit 3baf0b9

Browse files
committed
chore: UNLICENSED
1 parent c8ea03d commit 3baf0b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contracts/core/primitives/Constants.sol

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ library C {
1818
uint64 internal constant VERIFIED_ROLE = 3;
1919
uint64 internal constant COLLECTOR_ROLE = 4;
2020

21-
bytes32 internal constant REFERENDUM_SUBUNLICENSED
22-
// Copyright (C) 2024 Synaps3. All Rights Reserved._TYPEHASH =
21+
bytes32 internal constant REFERENDUM_SUBMIT_TYPEHASH =
2322
keccak256("Submission(uint256 assetId, address initiator, uint256 nonce)");
2423
}

0 commit comments

Comments
 (0)