Skip to content

Commit

Permalink
Merge pull request #5 from euler-xyz/cantina-213
Browse files Browse the repository at this point in the history
Cantina 213: Update comments to accurately reflect the whitepaper and the code
  • Loading branch information
kasperpawlowski authored Jul 6, 2024
2 parents 08a555a + 274ca5d commit 573e553
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 573e553

Please sign in to comment.