restructure synchronizer
fix CLI notify cmd. fix merchant websockets.
This commit is contained in:
@@ -438,7 +438,7 @@ if __name__ == '__main__':
|
||||
d = daemon.Daemon(config, fd)
|
||||
if config.get('websocket_server'):
|
||||
from electrum import websockets
|
||||
websockets.WebSocketServer(config, d.network).start()
|
||||
websockets.WebSocketServer(config, d.network)
|
||||
if config.get('requests_dir'):
|
||||
path = os.path.join(config.get('requests_dir'), 'index.html')
|
||||
if not os.path.exists(path):
|
||||
|
||||
Reference in New Issue
Block a user