Skip to content

Commit

Permalink
Update itests/contracts/TransientStorageTest.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Rod Vagg <[email protected]>
  • Loading branch information
snissn and rvagg authored Jan 30, 2025
1 parent 38ff364 commit 8a09a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/contracts/TransientStorageTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ contract TransientStorageTest {
}

// Call nested contract to write its own transient storage
nested.writeTransientData(4, 123);
nested.writeTransientData(slot, 123);

// Verify this contract's data is unchanged
uint256 retrievedValue;
Expand Down

0 comments on commit 8a09a70

Please sign in to comment.