Transaction: expose the sighash namespace

This commit is contained in:
Esteban Ordano 2015-01-27 10:57:40 -03:00
parent 7b739d9755
commit 291df1ae30
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ bitcore.deps.elliptic = require('elliptic');
// Internal usage, exposed for testing/advanced tweaking
bitcore._HDKeyCache = require('./lib/hdkeycache');
bitcore.Transaction.sighash = require('./lib/transaction/sighash');
// module information
bitcore.version = 'v'+require('./package.json').version;