diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identityFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identityFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identityFiller.json b/src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identityFiller.json index 73a03b64e..b60bff8a0 100644 --- a/src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identityFiller.json +++ b/src/GeneralStateTestsFiller/stQuadraticComplexityTest/Call50000_identityFiller.json @@ -51,7 +51,7 @@ }, "bbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { "balance" : "0xfffffffffffff", - "code" : "{ (for {} (< @i 50000) [i](+ @i 1) [[ 0 ]] (CALL 1564 4 1 0 50000 0 0) ) [[ 1 ]] @i}", + "code" : "{ (def 'i 0x80) (for {} (< @i 50000) [i](+ @i 1) [[ 0 ]] (CALL 1564 4 1 0 50000 0 0) ) [[ 1 ]] @i}", "nonce" : "0", "storage" : { } @@ -73,4 +73,4 @@ ] } } -}
\ No newline at end of file +} |