From c6e30707c80b8c4ce947161c51d97f3cae755b4c Mon Sep 17 00:00:00 2001 From: Intellygentle <57158297+intellygentle@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:39:34 +0100 Subject: [PATCH] Update ERC20.sol Value edited... --- ERC20.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERC20.sol b/ERC20.sol index 24a328e..7a3db94 100644 --- a/ERC20.sol +++ b/ERC20.sol @@ -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 = "1122334455"; // A private string variable using EnumerableSet for EnumerableSet.AddressSet; // Importing EnumerableSet for address set functionality // Custom errors