Merge pull request #10399 from f321x/qt_sort_cosigners
qt: WalletInfoDialog: sort keystores by root fingerprint
This commit is contained in:
@@ -112,7 +112,7 @@ class WalletInfoDialog(WindowModalDialog):
|
|||||||
labels_clayout = None
|
labels_clayout = None
|
||||||
|
|
||||||
if wallet.is_deterministic():
|
if wallet.is_deterministic():
|
||||||
keystores = wallet.get_keystores()
|
keystores = sorted(wallet.get_keystores(), key=lambda _ks: _ks.get_root_fingerprint() or '')
|
||||||
|
|
||||||
self.keystore_tabs = QTabWidget()
|
self.keystore_tabs = QTabWidget()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user