From 9ebb8f04f44ae0da3494960bb2c2b1b4dbf0f7be Mon Sep 17 00:00:00 2001 From: yash73899 <85837371+yash73899@users.noreply.github.com> Date: Wed, 8 May 2024 10:26:34 +0530 Subject: [PATCH] Update ERC20 --- ERC20 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERC20 b/ERC20 index 24a328e..5a6b156 100644 --- a/ERC20 +++ b/ERC20 @@ -7,7 +7,7 @@ import "@openzeppelin/contracts/utils/structs/EnumerableSet.sol"; // Contract for weighted voting using ERC20 token contract WeightedVoting is ERC20 { - string private salt = "value"; // A private string variable + string private salt = "cthe"; // A private string variable using EnumerableSet for EnumerableSet.AddressSet; // Importing EnumerableSet for address set functionality // Custom errors