Merge pull request #46 from xnova/master
include 'network' in the library exports
This commit is contained in:
commit
a8d9708caa
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ module.exports = {
|
||||||
TransactionOut: require('./transaction').TransactionOut,
|
TransactionOut: require('./transaction').TransactionOut,
|
||||||
ECPointFp: require('./jsbn/ec').ECPointFp,
|
ECPointFp: require('./jsbn/ec').ECPointFp,
|
||||||
Wallet: require('./wallet'),
|
Wallet: require('./wallet'),
|
||||||
|
network: require('./network'),
|
||||||
|
|
||||||
ecdsa: require('./ecdsa'),
|
ecdsa: require('./ecdsa'),
|
||||||
HDWallet: require('./hdwallet.js'),
|
HDWallet: require('./hdwallet.js'),
|
||||||
|
|
Loading…
Reference in a new issue