script: exposes scriptNumber through script.number

This commit is contained in:
Daniel Cousens 2016-01-05 02:11:48 +11:00
parent 059f48b0c4
commit 29a1a839ec

View file

@ -372,6 +372,8 @@ module.exports = {
fromASM: fromASM,
toASM: toASM,
number: require('./script_number'),
isCanonicalPubKey: isCanonicalPubKey,
isCanonicalSignature: isCanonicalSignature,
isDefinedHashType: isDefinedHashType,