mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-03-10 03:36:28 +01:00
bug fix which prevents certain types of transactions loading due to an infinite loop
This commit is contained in:
parent
3afa0a42d2
commit
e8cc72ed85
@ -315,6 +315,10 @@
|
||||
} else {
|
||||
this.chunks.push(opcode);
|
||||
}
|
||||
|
||||
if(i<0x00){
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user