remove console.log
This commit is contained in:
parent
d556a0c33d
commit
fe17f20a97
@ -158,7 +158,6 @@ Script.fromString = function(str) {
|
|||||||
});
|
});
|
||||||
i = i + 2;
|
i = i + 2;
|
||||||
} else {
|
} else {
|
||||||
console.log(token, opcodenum, i);
|
|
||||||
throw new Error('Invalid script: ' + JSON.stringify(str));
|
throw new Error('Invalid script: ' + JSON.stringify(str));
|
||||||
}
|
}
|
||||||
} else if (opcodenum === Opcode.OP_PUSHDATA1 ||
|
} else if (opcodenum === Opcode.OP_PUSHDATA1 ||
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user