mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-03-10 11:39:05 +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 {
|
} else {
|
||||||
this.chunks.push(opcode);
|
this.chunks.push(opcode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(i<0x00){
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user