diff --git a/ERC20 b/ERC20 index 8e636cd..3fbabce 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 = "123456"; // A private string variable + string private salt = "Value"; // A private string variable using EnumerableSet for EnumerableSet.AddressSet; // Importing EnumerableSet for address set functionality // Custom errors