1
0

kivy: fix watching-only issue

This commit is contained in:
ThomasV
2016-03-05 04:34:13 +01:00
parent 247722fdec
commit 94664566e7
2 changed files with 6 additions and 4 deletions

View File

@@ -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: