There was an error while loading. Please reload this page.
2 parents e03948c + d2bedff commit 7158210Copy full SHA for 7158210
1 file changed
hardhat/contracts/GaslessVoting.sol
@@ -51,7 +51,7 @@ contract GaslessVoting is IERC165, IGaslessVoter
51
/// Lookup a poll and keypair from the address
52
mapping(address => KeypairIndex) private s_addrToKeypair;
53
54
- bytes32 immutable private encryptionSecret;
+ bytes32 private encryptionSecret;
55
56
// ------------------------------------------------------------------------
57
0 commit comments