vmlogs test passes

This commit is contained in:
alon muroch 2014-12-04 10:26:07 +01:00
parent a88ec65459
commit abff6bd330
2 changed files with 2 additions and 2 deletions

View File

@ -754,7 +754,7 @@ public class VM {
List<DataWord> topics = new ArrayList<DataWord>();
for (int i = 0; i < nTopics; ++i){
DataWord topic = stack.pop();
if(!topics.contains(topic))
// if(!topics.contains(topic))
topics.add(topic);
}

View File

@ -139,4 +139,4 @@ hello.phrase = Dev
root.hash.start = -1
# if set true, json tests will be loaded from local repository
GitHubTests.VMTest.loadLocal = true
GitHubTests.VMTest.loadLocal = false