mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-09 18:15:23 +02:00
bug fix which prevents certain types of transactions loading due to an infinite loop
This commit is contained in:
@@ -315,6 +315,10 @@
|
||||
} else {
|
||||
this.chunks.push(opcode);
|
||||
}
|
||||
|
||||
if(i<0x00){
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user