Skip to content

Commit

Permalink
add reference to snapshot init
Browse files Browse the repository at this point in the history
  • Loading branch information
malteish committed Oct 19, 2023
1 parent 8342522 commit f2db90a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ contract Token is
requirements = _requirements;

__ERC20Permit_init(_name);
// __ERC20Snapshot_init(); this function is empty, so there is no point in calling it. We did not forget to check though.
__ERC20_init(_name, _symbol);
}

Expand Down

0 comments on commit f2db90a

Please sign in to comment.