bug fix which prevents certain types of transactions loading due to an infinite loop

This commit is contained in:
OutCast3k 2014-12-31 14:22:05 +00:00
parent 3afa0a42d2
commit e8cc72ed85

View file

@ -315,6 +315,10 @@
} else {
this.chunks.push(opcode);
}
if(i<0x00){
break;
}
}
return true;