kivy: fix watching-only issue
This commit is contained in:
@@ -1987,6 +1987,10 @@ class Wallet(object):
|
||||
def is_seed(seed):
|
||||
return is_old_seed(seed) or is_new_seed(seed)
|
||||
|
||||
@staticmethod
|
||||
def is_mpk(text):
|
||||
return Wallet.is_old_mpk(text) or Wallet.is_xpub(text)
|
||||
|
||||
@staticmethod
|
||||
def is_old_mpk(mpk):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user