vmlogs test passes
This commit is contained in:
parent
a88ec65459
commit
abff6bd330
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue