diff --git a/ethereumj-core/src/main/java/org/ethereum/vm/VM.java b/ethereumj-core/src/main/java/org/ethereum/vm/VM.java index c5ff238a..6f094cd3 100644 --- a/ethereumj-core/src/main/java/org/ethereum/vm/VM.java +++ b/ethereumj-core/src/main/java/org/ethereum/vm/VM.java @@ -1058,9 +1058,7 @@ public class VM { else program.callToAddress(msg); - program.step(); - } break; case RETURN: { diff --git a/ethereumj-core/src/test/java/test/ethereum/jsontestsuite/GitHubStateTest.java b/ethereumj-core/src/test/java/test/ethereum/jsontestsuite/GitHubStateTest.java index 9aa66891..9638466c 100644 --- a/ethereumj-core/src/test/java/test/ethereum/jsontestsuite/GitHubStateTest.java +++ b/ethereumj-core/src/test/java/test/ethereum/jsontestsuite/GitHubStateTest.java @@ -16,14 +16,14 @@ import java.util.Set; public class GitHubStateTest { @Ignore - @Test + @Test // this method is mostly for hands-on convenient testing public void stSingleTest() throws ParseException { String json = JSONReader.loadJSON("StateTests/stSystemOperationsTest.json"); GitHubJSONTestSuite.runGitHubJsonStateTest(json, "CallRecursiveBombLog2"); } @Ignore - @Test + @Test // this method is mostly for hands-on convenient testing public void runWithExcludedTest() throws ParseException { Set excluded = new HashSet<>();