wallet: fix server workers.

This commit is contained in:
Christopher Jeffrey 2017-06-30 04:39:41 -07:00
parent 0ea25b0c1c
commit 7f1b23223c
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -7,6 +7,7 @@
'use strict';
const WalletDB = require('./walletdb');
const WorkerPool = require('../workers/workerpool');
const Config = require('../node/config');
const Logger = require('../node/logger');
const Client = require('./client');