bcoin: expose blockstore module

This commit is contained in:
Braydon Fuller 2019-04-02 20:38:12 -07:00
parent 8337176e07
commit 41ce504175
No known key found for this signature in database
GPG Key ID: F24F232D108B3AD4

View File

@ -55,6 +55,7 @@ bcoin.set = function set(network) {
// Blockchain
bcoin.define('blockchain', './blockchain');
bcoin.define('blockstore', './blockstore');
bcoin.define('Chain', './blockchain/chain');
bcoin.define('ChainEntry', './blockchain/chainentry');