1
0

add Digital Bitbox hardware wallet

This commit is contained in:
djb
2016-12-28 22:49:09 +01:00
committed by ThomasV
parent af54ba023b
commit 6b6f0be7d4
9 changed files with 551 additions and 2 deletions

View 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']