From 685fd63efbfe38554e6b4403518d628805ca0640 Mon Sep 17 00:00:00 2001 From: Mikers Date: Thu, 12 Dec 2024 22:05:27 -1000 Subject: [PATCH] Update actors/evm/tests/contracts/TransientStorageTest.sol Co-authored-by: Rod Vagg --- actors/evm/tests/contracts/TransientStorageTest.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actors/evm/tests/contracts/TransientStorageTest.sol b/actors/evm/tests/contracts/TransientStorageTest.sol index c5f985974..75349e901 100644 --- a/actors/evm/tests/contracts/TransientStorageTest.sol +++ b/actors/evm/tests/contracts/TransientStorageTest.sol @@ -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;