We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8ea03d commit 3baf0b9Copy full SHA for 3baf0b9
contracts/core/primitives/Constants.sol
@@ -18,7 +18,6 @@ library C {
18
uint64 internal constant VERIFIED_ROLE = 3;
19
uint64 internal constant COLLECTOR_ROLE = 4;
20
21
- bytes32 internal constant REFERENDUM_SUBUNLICENSED
22
-// Copyright (C) 2024 Synaps3. All Rights Reserved._TYPEHASH =
+ bytes32 internal constant REFERENDUM_SUBMIT_TYPEHASH =
23
keccak256("Submission(uint256 assetId, address initiator, uint256 nonce)");
24
}
0 commit comments