This commit is contained in:
ThomasV 2016-08-01 17:36:25 +02:00
parent ee032e9158
commit 5f86af15b8
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class BaseWizard(object):
try:
self.wallet.add_cosigner('x%d/'%i, text, password)
except BaseException as e:
print "error:" + e
print "error:" + str(e)
i = self.wallet.get_missing_cosigner()
if i:
self.run('add_cosigners', password)