Skip to content

Commit

Permalink
Update actors/evm/tests/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 Dec 13, 2024
1 parent 1b57940 commit 685fd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/evm/tests/contracts/TransientStorageTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ contract TransientStorageTest {
return true;
}

// New function to test reentry scenario
// New function to test reentry scenario
function testReentry(address otherContract) public returns (bool){
uint256 slot = 5;
uint256 value = 123;
Expand Down

0 comments on commit 685fd63

Please sign in to comment.