mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
dbb: derivation must be byte string
This commit is contained in:
parent
584b19a11e
commit
8e368d2251
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class DigitalBitbox_KeyStore(Hardware_KeyStore):
|
||||||
|
|
||||||
|
|
||||||
def get_derivation(self):
|
def get_derivation(self):
|
||||||
return self.derivation
|
return str(self.derivation)
|
||||||
|
|
||||||
|
|
||||||
def give_error(self, message, clear_client = False):
|
def give_error(self, message, clear_client = False):
|
||||||
|
|
Loading…
Add table
Reference in a new issue