From 291df1ae300e93adfbd8de451357f6fea9c1806e Mon Sep 17 00:00:00 2001 From: Esteban Ordano Date: Tue, 27 Jan 2015 10:57:40 -0300 Subject: [PATCH] Transaction: expose the sighash namespace --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index a31b5886f..7c4f0cc21 100644 --- a/index.js +++ b/index.js @@ -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;