mirror of
https://github.com/status-im/ethereumj-personal.git
synced 2025-02-17 22:27:13 +00:00
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>();
|
List<DataWord> topics = new ArrayList<DataWord>();
|
||||||
for (int i = 0; i < nTopics; ++i){
|
for (int i = 0; i < nTopics; ++i){
|
||||||
DataWord topic = stack.pop();
|
DataWord topic = stack.pop();
|
||||||
if(!topics.contains(topic))
|
// if(!topics.contains(topic))
|
||||||
topics.add(topic);
|
topics.add(topic);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -139,4 +139,4 @@ hello.phrase = Dev
|
|||||||
root.hash.start = -1
|
root.hash.start = -1
|
||||||
|
|
||||||
# if set true, json tests will be loaded from local repository
|
# if set true, json tests will be loaded from local repository
|
||||||
GitHubTests.VMTest.loadLocal = true
|
GitHubTests.VMTest.loadLocal = false
|
Loading…
x
Reference in New Issue
Block a user