mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 09:12:05 -07:00
linting
This commit is contained in:
@@ -88,9 +88,9 @@ class Electrum {
|
||||
// 1 = connected. If we're not connected, attemp to reconnect.
|
||||
if (status !== 1) {
|
||||
wlogger.info(`Electrumx not connectes. Status: ${status}`)
|
||||
wlogger.info(`Attempting to reconnect...`)
|
||||
wlogger.info('Attempting to reconnect...')
|
||||
await _this.electrumx.connect()
|
||||
wlogger.info(`...reconnected.`)
|
||||
wlogger.info('...reconnected.')
|
||||
}
|
||||
}, 30000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user