mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
6 lines
241 B
Python
6 lines
241 B
Python
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']
|