diff --git a/js/coin.js b/js/coin.js index bf1acca..a19ecef 100644 --- a/js/coin.js +++ b/js/coin.js @@ -315,6 +315,10 @@ } else { this.chunks.push(opcode); } + + if(i<0x00){ + break; + } } return true;