Skip to content

Commit

Permalink
Update Tstorish.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
0age authored Apr 2, 2024
1 parent a902d8a commit a81ed74
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 a81ed74

Please sign in to comment.