Skip to content

Commit 358728b

Browse files
committed
qt wizard: don't log xpub of hw cosigner
1 parent 7675182 commit 358728b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electrum/gui/qt/wizard/wallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ def get_xpub_task(_client, _derivation, _xtype):
14261426
except Exception as e:
14271427
self.error = repr(e) # TODO: handle user interaction exceptions (e.g. invalid pin) more gracefully
14281428
self.logger.exception(repr(e))
1429-
self.logger.debug(f'Done retrieve xpub: {self.xpub}')
1429+
self.logger.debug(f'Done retrieve xpub: {self.xpub[:10]}...{self.xpub[-5:]}')
14301430
self.busy = False
14311431
self.validate()
14321432

0 commit comments

Comments
 (0)