diff --git a/cairo/tests/ethereum/prague/vm/instructions/test_storage.py b/cairo/tests/ethereum/prague/vm/instructions/test_storage.py index d12471fb5..4b47e34cd 100644 --- a/cairo/tests/ethereum/prague/vm/instructions/test_storage.py +++ b/cairo/tests/ethereum/prague/vm/instructions/test_storage.py @@ -271,7 +271,8 @@ def test_calculate_refund_counter_current_eq_new( assert int(res) % DEFAULT_PRIME == int(res_cairo) -# see https://github.com/ethereum/execution-specs/blob/6e652281164025f1f4227f6e5b0036c1bbd27347/src/ethereum/prague/vm/instructions/storage.py#L104 +# See refund_counter calculation in sstore function: +# https://github.com/ethereum/execution-specs/blob/master/src/ethereum/prague/vm/instructions/storage.py#L54 def _calculate_refund_counter_current_eq_new( current_refund_counter: Uint, original_value: U256,