Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LorranSutter committed Jul 3, 2024
1 parent e1d033a commit 2bf9e42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion contracts/libraries/ChargingStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ library ChargingStorage {
keccak256("DIMORegistry.charging.storage");

struct Storage {
// TODO Use Enumerable Set ?
// operation => DCX cost
mapping(bytes32 => uint256) dcxOperationCost;
}
Expand Down
2 changes: 1 addition & 1 deletion contracts/libraries/SharedStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ library SharedStorage {
keccak256("DIMORegistry.shared.storage");

struct Storage {
address foundation; // TODO Maybe a better name
address foundation;
address dimoCredit;
address dimoToken;
address manufacturerLicense; // TODO to deprecate AdLicenseValidator
Expand Down

0 comments on commit 2bf9e42

Please sign in to comment.