Skip to content

Commit

Permalink
fix: cantina 213
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpawlowski committed Jul 2, 2024
1 parent 1601566 commit 274ca5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TransientStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {Set, SetStorage} from "./Set.sol";
/// @author Euler Labs (https://www.eulerlabs.com/)
/// @notice This contract provides transient storage for the Ethereum Vault Connector.
/// @dev All the variables in this contract are considered transient meaning that their state does not change between
/// transactions.
/// invocations.
abstract contract TransientStorage {
using ExecutionContext for EC;
using Set for SetStorage;
Expand Down

0 comments on commit 274ca5d

Please sign in to comment.