mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
add Wallet.can_import
This commit is contained in:
parent
a3f4ee3a7a
commit
a088940496
1 changed files with 3 additions and 0 deletions
|
@ -1152,6 +1152,9 @@ class Abstract_Wallet(PrintError):
|
||||||
def get_fingerprint(self):
|
def get_fingerprint(self):
|
||||||
raise NotImplementedError()
|
raise NotImplementedError()
|
||||||
|
|
||||||
|
def can_import(self):
|
||||||
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Imported_Wallet(Abstract_Wallet):
|
class Imported_Wallet(Abstract_Wallet):
|
||||||
|
|
Loading…
Add table
Reference in a new issue