mmgen-tool xmrwallet sweep: fix crash on unproxied TX relay bug

This commit is contained in:
The MMGen Project 2021-05-10 20:59:27 +00:00
commit 46aa2ea953
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2

View file

@ -144,7 +144,7 @@ class MoneroWalletOps:
def display_tx_relay_info(self):
msg('\n TX relay host: {}\n Proxy: {}'.format(
blue(self.parent.wd2.daemon_addr),
blue(self.parent.wd2.proxy)
blue(self.parent.wd2.proxy or 'None')
))
def display_sweep_tx(self,data):