Browse Source

Add missing f

patch-2
Neil Booth 6 years ago
parent
commit
bfba67ccd9
  1. 2
      electrumx/server/session.py

2
electrumx/server/session.py

@ -1149,7 +1149,7 @@ class ElectrumX(SessionBase):
msg = self.coin.upgrade_required(client_ver) msg = self.coin.upgrade_required(client_ver)
if msg: if msg:
self.logger.info(f'sent tx: {hex_hash}. and warned user to upgrade their ' self.logger.info(f'sent tx: {hex_hash}. and warned user to upgrade their '
'client from {self.client}') f'client from {self.client}')
return msg return msg
self.logger.info(f'sent tx: {hex_hash}') self.logger.info(f'sent tx: {hex_hash}')

Loading…
Cancel
Save