Browse Source

follow up 0f4b5abc15

seed_v14
ThomasV 7 years ago
parent
commit
988fb4e413
  1. 2
      lib/keystore.py

2
lib/keystore.py

@ -87,7 +87,7 @@ class Software_KeyStore(KeyStore):
return not self.is_watching_only()
def sign_message(self, sequence, message, password):
sec = self.get_private_key(sequence, password)
privkey = self.get_private_key(sequence, password)
compressed = self.use_compressed_pubkeys
key = regenerate_key(privkey)
return key.sign_message(message, compressed)

Loading…
Cancel
Save