@ -39,7 +39,7 @@
// Initialize notification sockets of singleton pushTxProcessor
pushTxProcessor.initNotifications({
uriSocket: `tcp://*:${keys.ports.orchestrator}`
uriSocket: `tcp://127.0.0.1:${keys.ports.orchestrator}`
})
// Initialize and start the orchestrator
@ -40,7 +40,7 @@
uriSocket: `tcp://*:${keys.ports.notifpushtx}`
uriSocket: `tcp://127.0.0.1:${keys.ports.notifpushtx}`
// Initialize the http server
@ -22,7 +22,7 @@ class Tracker {
constructor() {
// Notification socket for client events
this.notifSock = zmq.socket('pub')
this.notifSock.bindSync(`tcp://*:${keys.ports.tracker}`)
this.notifSock.bindSync(`tcp://127.0.0.1:${keys.ports.tracker}`)
// Initialize the blockchain processor
// and the mempool buffer