Skip to content

Commit a8d9708

Browse files
committed
Merge pull request #46 from xnova/master
include 'network' in the library exports
2 parents e7de354 + f50c1a9 commit a8d9708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ module.exports = {
4040
TransactionOut: require('./transaction').TransactionOut,
4141
ECPointFp: require('./jsbn/ec').ECPointFp,
4242
Wallet: require('./wallet'),
43+
network: require('./network'),
4344

4445
ecdsa: require('./ecdsa'),
4546
HDWallet: require('./hdwallet.js'),

0 commit comments

Comments
 (0)