add Digital Bitbox hardware wallet
This commit is contained in:
6
plugins/digitalbitbox/__init__.py
Normal file
6
plugins/digitalbitbox/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from electrum.i18n import _
|
||||
|
||||
fullname = 'Digital Bitbox'
|
||||
description = _('Provides support for Digital Bitbox hardware wallet')
|
||||
registers_keystore = ('hardware', 'digitalbitbox', _("Digital Bitbox wallet"))
|
||||
available_for = ['qt', 'cmdline']
|
||||
Reference in New Issue
Block a user