diff --git a/src/script.js b/src/script.js index 6f9b21e..24783e5 100644 --- a/src/script.js +++ b/src/script.js @@ -372,6 +372,8 @@ module.exports = { fromASM: fromASM, toASM: toASM, + number: require('./script_number'), + isCanonicalPubKey: isCanonicalPubKey, isCanonicalSignature: isCanonicalSignature, isDefinedHashType: isDefinedHashType,