mmgen-tool xmrwallet sweep: fix crash on unproxied TX relay bug
This commit is contained in:
parent
84d26d9bea
commit
46aa2ea953
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue