bcoin: expose blockstore module
This commit is contained in:
parent
8337176e07
commit
41ce504175
@ -55,6 +55,7 @@ bcoin.set = function set(network) {
|
|||||||
|
|
||||||
// Blockchain
|
// Blockchain
|
||||||
bcoin.define('blockchain', './blockchain');
|
bcoin.define('blockchain', './blockchain');
|
||||||
|
bcoin.define('blockstore', './blockstore');
|
||||||
bcoin.define('Chain', './blockchain/chain');
|
bcoin.define('Chain', './blockchain/chain');
|
||||||
bcoin.define('ChainEntry', './blockchain/chainentry');
|
bcoin.define('ChainEntry', './blockchain/chainentry');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user