mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix creation of imported keystore
This commit is contained in:
parent
bb0ddcecd0
commit
357cc75dca
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ class Imported_KeyStore(Software_KeyStore):
|
|||
if pubkey in self.keypairs:
|
||||
raise BaseException('Private key already in keystore')
|
||||
self.keypairs[pubkey] = sec
|
||||
self.receiving_pubkeys = self.keypairs.keys()
|
||||
return pubkey
|
||||
|
||||
def delete_imported_key(self, key):
|
||||
|
|
Loading…
Add table
Reference in a new issue