This commit is contained in:
alon muroch 2014-12-04 10:27:18 +01:00
parent 4fd56485f1
commit ae575b9283
1 changed files with 1 additions and 2 deletions

View File

@ -754,8 +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))
topics.add(topic);
topics.add(topic);
}
ByteBuffer data = program.memoryChunk(memStart, memOffset);