expose stealthtx

This commit is contained in:
Ryan X. Charles 2014-09-23 21:08:00 -07:00
parent d689dbb77e
commit 54818c0bd8
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {};