Skip to content

Commit

Permalink
fix(TokenStorage): reverting TokenStorageChanges.
Browse files Browse the repository at this point in the history
  • Loading branch information
KristenPire committed Dec 7, 2023
1 parent bd0dbd3 commit a382340
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/TokenStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ contract TokenStorage is Claimable, CanReclaimToken, NoOwner {
using TokenStorageLib for TokenStorageLib.TokenStorage;

TokenStorageLib.TokenStorage internal tokenStorage;
uint8 public decimals = 18;

/**
* @dev Increases balance of an address.
Expand Down

0 comments on commit a382340

Please sign in to comment.