Skip to content

Commit

Permalink
Remove unused holds mapping - data stored in balanceOf mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSparksCode committed Nov 29, 2023
1 parent efd1970 commit 64868ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/contracts/atlas/Storage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ contract Storage {
uint256 public withdrawals; // transient storage
uint256 public deposits; // transient storage

mapping(address => uint256) public holds; // transient storage

constructor(uint256 _escrowDuration, address _factory, address _verification, address _simulator) payable {
ESCROW_DURATION = _escrowDuration;
FACTORY = _factory;
Expand Down

0 comments on commit 64868ee

Please sign in to comment.