bug fix which prevents certain types of transactions loading due to an infinite loop
This commit is contained in:
parent
3afa0a42d2
commit
e8cc72ed85
1 changed files with 4 additions and 0 deletions
|
@ -315,6 +315,10 @@
|
|||
} else {
|
||||
this.chunks.push(opcode);
|
||||
}
|
||||
|
||||
if(i<0x00){
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue