Skip to content

Commit 7158210

Browse files
authored
Merge pull request #191 from oasisprotocol/matevz/fix/contracts-private-immutable
contracts: Replace private immutable -> private
2 parents e03948c + d2bedff commit 7158210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hardhat/contracts/GaslessVoting.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ contract GaslessVoting is IERC165, IGaslessVoter
5151
/// Lookup a poll and keypair from the address
5252
mapping(address => KeypairIndex) private s_addrToKeypair;
5353

54-
bytes32 immutable private encryptionSecret;
54+
bytes32 private encryptionSecret;
5555

5656
// ------------------------------------------------------------------------
5757

0 commit comments

Comments
 (0)