test: enable workers for node.

This commit is contained in:
Christopher Jeffrey 2017-07-07 09:07:10 -07:00
parent 4ab48c5f54
commit 15ba37099e
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -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);