Skip to content

Commit

Permalink
comment explorer service
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrunk committed Jun 30, 2020
1 parent 0c509bd commit 2eb748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZelBack/src/services/zelfluxCommunication.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const log = require('../lib/log');
const serviceHelper = require('./serviceHelper');
const zelcashService = require('./zelcashService');
const userconfig = require('../../../config/userconfig');
const explorerService = require('./explorerService');
// const explorerService = require('./explorerService');

const outgoingConnections = []; // websocket list
const outgoingPeers = []; // array of objects containing ip and rtt latency
Expand Down

0 comments on commit 2eb748b

Please sign in to comment.