Skip to content

Commit

Permalink
Update init.js
Browse files Browse the repository at this point in the history
  • Loading branch information
J-A-M-P-S authored May 1, 2021
1 parent 9dcbd40 commit de997be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion init.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var PoolWorker = require('./libs/poolWorker.js');
var PaymentProcessor = require('./libs/paymentProcessor.js');
var Website = require('./libs/website.js');
var algos = require('stratum-pool/lib/algoProperties.js');
delete require('http').OutgoingMessage.prototype.flush;
const loggerFactory = require('./libs/logger.js');
const logger = loggerFactory.getLogger('init.js', 'system');
JSON.minify = JSON.minify || require("node-json-minify");
Expand Down

0 comments on commit de997be

Please sign in to comment.