Safemoon-Protocol / safemoon.sol

MIT License
79 stars 97 forks source link

Slight changes in methods: _tokenTransfer and includeInReward #9

Open harshrpg opened 3 years ago

harshrpg commented 3 years ago

There is no need for the extra conditional statement when either accounts are not excluded since the last else handles it. Replacing "exclude" to "include" in the includeInReward method