test: enable workers for node.
This commit is contained in:
parent
4ab48c5f54
commit
15ba37099e
@ -16,7 +16,8 @@ describe('Node', function() {
|
||||
let node = new FullNode({
|
||||
db: 'memory',
|
||||
apiKey: 'foo',
|
||||
network: 'regtest'
|
||||
network: 'regtest',
|
||||
workers: true
|
||||
});
|
||||
let chain = node.chain;
|
||||
let walletdb = node.use(plugin);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user