1
0

restricting to one account so that at least it doesn't crash

This commit is contained in:
Richard Ulrich
2015-05-26 00:06:28 +02:00
parent 7becb28ec8
commit 2ca8122c96

View File

@@ -130,7 +130,12 @@ class BTChipWallet(BIP32_HD_Wallet):
return 'create_accounts'
def can_create_accounts(self):
return True
return False
def synchronize(self):
# synchronize existing accounts
BIP32_Wallet.synchronize(self)
# no further accounts for the moment
def can_change_password(self):
return False