followup ae12d236b2
This commit is contained in:
@@ -372,7 +372,10 @@ class QETxDetails(QObject, QtEventListener):
|
|||||||
if txid != self._txid:
|
if txid != self._txid:
|
||||||
return
|
return
|
||||||
|
|
||||||
self._wallet.broadcastFailed.disconnect(self.onBroadcastFailed)
|
try:
|
||||||
|
self._wallet.broadcastFailed.disconnect(self.onBroadcastFailed)
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
|
|
||||||
self._can_broadcast = True
|
self._can_broadcast = True
|
||||||
self.detailsChanged.emit()
|
self.detailsChanged.emit()
|
||||||
|
|||||||
Reference in New Issue
Block a user