mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
Add display for xmr bid tx hex.
This commit is contained in:
@@ -38,5 +38,4 @@ class Network:
|
||||
readable, writable, errored = select.select([self._socket], [], [])
|
||||
for s in readable:
|
||||
client_socket, address = self._socket.accept()
|
||||
read_list.append(client_socket)
|
||||
logging.info('Connection from %s', address)
|
||||
logging.info('Connection from %s', address)
|
||||
|
||||
Reference in New Issue
Block a user