fix #2819
This commit is contained in:
@@ -706,7 +706,7 @@ def from_seed(seed, passphrase):
|
|||||||
|
|
||||||
def from_private_key_list(text):
|
def from_private_key_list(text):
|
||||||
keystore = Imported_KeyStore({})
|
keystore = Imported_KeyStore({})
|
||||||
for x in text.split():
|
for x in get_private_keys(text):
|
||||||
keystore.import_key(x, None)
|
keystore.import_key(x, None)
|
||||||
return keystore
|
return keystore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user