Skip to content

Commit

Permalink
Fix typo causing broken URL in ERC20Snapshot comment (OpenZeppelin#3428)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSilencio authored May 23, 2022
1 parent de74c8c commit c019e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/token/ERC20/extensions/ERC20Snapshot.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import "../../../utils/Counters.sol";

abstract contract ERC20Snapshot is ERC20 {
// Inspired by Jordi Baylina's MiniMeToken to record historical balances:
// https://github.com/Giveth/minimd/blob/ea04d950eea153a04c51fa510b068b9dded390cb/contracts/MiniMeToken.sol
// https://github.com/Giveth/minime/blob/ea04d950eea153a04c51fa510b068b9dded390cb/contracts/MiniMeToken.sol

using Arrays for uint256[];
using Counters for Counters.Counter;
Expand Down

0 comments on commit c019e7c

Please sign in to comment.