Skip to content

Commit

Permalink
Update ERC20
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioCesarXY authored Apr 30, 2024
1 parent 0e0b3b6 commit e42b983
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 = "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
Expand Down

0 comments on commit e42b983

Please sign in to comment.