Skip to content

Commit

Permalink
add h/t in TransientContextBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic committed Jul 9, 2024
1 parent 72ab19c commit d865200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TransientContextBytes.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity ^0.8.24;

/// @title TransientContextBytes
/// @notice Library for transient storage.
/// @dev h/t to https://github.com/Philogy/transient-goodies/blob/main/src/TransientBytesLib.sol for assembly.
library TransientContextBytes {
error DataTooLarge();
error OutOfOrderSlots();
Expand Down

0 comments on commit d865200

Please sign in to comment.