File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ bitcore.util.buffer = require('./lib/util/buffer');
40
40
bitcore . util . js = require ( './lib/util/js' ) ;
41
41
bitcore . util . preconditions = require ( './lib/util/preconditions' ) ;
42
42
bitcore . util . hashUtil = require ( './lib/util/hashutil' ) ;
43
+ bitcore . util . merkleTree = require ( './lib/util/merkletree' ) ;
43
44
44
45
// errors thrown by the library
45
46
bitcore . errors = require ( './lib/errors' ) ;
@@ -48,6 +49,7 @@ bitcore.errors = require('./lib/errors');
48
49
bitcore . Address = require ( './lib/address' ) ;
49
50
bitcore . Block = require ( './lib/block' ) ;
50
51
bitcore . MerkleBlock = require ( './lib/block/merkleblock' ) ;
52
+ bitcore . SimplifiedMNList = require ( './lib/deterministicmnlist/SimplifiedMNList' ) ;
51
53
bitcore . SimplifiedMNListDiff = require ( './lib/deterministicmnlist/SimplifiedMNListDiff' ) ;
52
54
bitcore . SimplifiedMNListEntry = require ( './lib/deterministicmnlist/SimplifiedMNListEntry' ) ;
53
55
bitcore . BlockHeader = require ( './lib/block/blockheader' ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dashevo/dashcore-lib" ,
3
- "version" : " 0.16.5 " ,
3
+ "version" : " 0.16.6 " ,
4
4
"description" : " A pure and powerful JavaScript Dash library." ,
5
5
"author" : " Dash Core Group, Inc. <dev@dash.org>" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments