dbb: derivation must be byte string

This commit is contained in:
ThomasV 2017-03-11 15:38:51 +01:00
parent 584b19a11e
commit 8e368d2251
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class DigitalBitbox_KeyStore(Hardware_KeyStore):
def get_derivation(self):
return self.derivation
return str(self.derivation)
def give_error(self, message, clear_client = False):