Skip to content

Commit

Permalink
rearrange storage
Browse files Browse the repository at this point in the history
  • Loading branch information
dglowinski committed Mar 24, 2024
1 parent 7692e01 commit 57bef8f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/EVault/shared/Storage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import {VaultStorage, Snapshot} from "./types/Types.sol";
abstract contract Storage {
bool initialized;

VaultStorage vaultStorage;

// Transient data
Snapshot snapshot;

VaultStorage vaultStorage;
}

0 comments on commit 57bef8f

Please sign in to comment.