Skip to content

Commit

Permalink
test(storage-workflow): should fail if core / diamond storage is chan…
Browse files Browse the repository at this point in the history
…ged with collision
  • Loading branch information
zugdev committed Oct 16, 2024
1 parent 88fa459 commit ad8b124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/src/dollar/core/ERC20Ubiquity.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract contract ERC20Ubiquity is
ERC20PausableUpgradeable
{
/// @notice Token symbol
string private _symbol;
string private test; // _symbol

/// @notice Access control interface
IAccessControl public accessControl;
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/src/dollar/libraries/LibAppStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "./Constants.sol";
/// @notice Shared struct used as a storage in the `LibAppStorage` library
struct AppStorage {
// reentrancy guard
uint256 reentrancyStatus;
uint256 test; //reentrancyStatus
// others
address dollarTokenAddress;
address creditNftAddress;
Expand Down

0 comments on commit ad8b124

Please sign in to comment.