From 29a1a839ec8bcbae22f44f8fcf67446057b7678e Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 5 Jan 2016 02:11:48 +1100 Subject: [PATCH] script: exposes scriptNumber through script.number --- src/script.js | 2 ++ 1 file changed, 2 insertions(+) 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,