From 0e8fa5d004764684bace95eabcc14ed1e00826f9 Mon Sep 17 00:00:00 2001 From: Darin Stanchfield Date: Thu, 20 Aug 2015 13:21:10 -0700 Subject: [PATCH] moved up to keep in order --- plugins/__init__.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/plugins/__init__.py b/plugins/__init__.py index 8e21ffc9..f4a2527e 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -65,6 +65,16 @@ descriptions = [ 'description': _("Allows validating if your transactions have instant confirmations by GreenAddress"), 'available_for': ['qt'], }, + { + 'name':'keepkey', + 'fullname': 'KeepKey', + 'description': _('Provides support for KeepKey hardware wallet'), + 'available_for': ['qt'], + 'requires': [('keepkeylib','github.com/keepkey/python-keepkey')], + 'requires_wallet_type': ['keepkey'], + 'registers_wallet_type': ('hardware', 'keepkey', _("KeepKey wallet")), + 'available_for': ['qt', 'cmdline'], + }, { 'name': 'labels', 'fullname': _('LabelSync'), @@ -81,16 +91,6 @@ descriptions = [ 'requires': [('matplotlib', 'matplotlib')], 'available_for': ['qt'], }, - { - 'name':'keepkey', - 'fullname': 'KeepKey', - 'description': _('Provides support for KeepKey hardware wallet'), - 'available_for': ['qt'], - 'requires': [('keepkeylib','github.com/keepkey/python-keepkey')], - 'requires_wallet_type': ['keepkey'], - 'registers_wallet_type': ('hardware', 'keepkey', _("KeepKey wallet")), - 'available_for': ['qt', 'cmdline'], - }, { 'name':'trezor', 'fullname': 'Trezor Wallet',