Skip to content

Commit

Permalink
Merge pull request #4 from ProjectOpenSea/0age-patch-1
Browse files Browse the repository at this point in the history
Update Tstorish.sol
  • Loading branch information
0age authored Apr 2, 2024
2 parents a902d8a + a81ed74 commit e0dd75e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tstorish.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ contract Tstorish {
address private immutable _tloadTestContract;

// Declare an immutable variable to store the initial TSTORE support status.
bool immutable _tstoreInitialSupport;
bool private immutable _tstoreInitialSupport;

// Declare an immutable function type variable for the _setTstorish function
// based on chain support for tstore at time of deployment.
Expand Down Expand Up @@ -248,4 +248,4 @@ contract Tstorish {
// available gas, as all forwarded gas will be consumed on revert.
(ok, ) = tloadTestContract.staticcall{ gas: gasleft() / 10 }("");
}
}
}

0 comments on commit e0dd75e

Please sign in to comment.