From 54818c0bd88c4bb78481af20cb530231f473270a Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Tue, 23 Sep 2014 21:08:00 -0700 Subject: [PATCH] expose stealthtx --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 5f5a29d..7df3dda 100644 --- a/index.js +++ b/index.js @@ -37,6 +37,7 @@ bitcore.expmt.ECIES = require('./lib/expmt/ecies'); bitcore.expmt.StealthAddress = require('./lib/expmt/stealthaddress'); bitcore.expmt.Stealthkey = require('./lib/expmt/stealthkey'); bitcore.expmt.StealthMessage = require('./lib/expmt/stealthmessage'); +bitcore.expmt.StealthTx = require('./lib/expmt/stealthtx'); //dependencies, subject to change bitcore.deps = {};