Browse Source

script: exposes scriptNumber through script.number

hk-custom-address
Daniel Cousens 9 years ago
parent
commit
29a1a839ec
  1. 2
      src/script.js

2
src/script.js

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

Loading…
Cancel
Save