Skip to content

Commit

Permalink
Merge pull request #1 from JulioCesarXY/JulioCesarXY-patch-1
Browse files Browse the repository at this point in the history
Update ERC20
  • Loading branch information
JulioCesarXY authored Apr 30, 2024
2 parents 0469d25 + 8bfdee6 commit 09776f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERC20
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "123456"; // A private string variable
using EnumerableSet for EnumerableSet.AddressSet; // Importing EnumerableSet for address set functionality

// Custom errors
Expand Down

0 comments on commit 09776f4

Please sign in to comment.