qml: skip multisig_show_masterpubkey view and instead present master pub key on every
cosigner key/seed import page.
This commit is contained in:
@@ -510,8 +510,6 @@ class QEWallet(AuthMixin, QObject, QtEventListener):
|
||||
def broadcast(self, tx):
|
||||
assert tx.is_complete()
|
||||
|
||||
# network = self.wallet.network # TODO not always defined?
|
||||
|
||||
def broadcast_thread():
|
||||
try:
|
||||
self._logger.info('running broadcast in thread')
|
||||
|
||||
Reference in New Issue
Block a user