We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aff56db + a1da306 commit 8ea5440Copy full SHA for 8ea5440
src/script.js
@@ -13,7 +13,7 @@ var REVERSE_OPS = (function () {
13
return result
14
})()
15
16
-const OP_INT_BASE = OPS.OP_RESERVED // OP_1 - 1
+var OP_INT_BASE = OPS.OP_RESERVED // OP_1 - 1
17
18
function toASM (chunks) {
19
if (types.Buffer(chunks)) {
0 commit comments