This commit is contained in:
thomasv 2013-09-15 15:28:29 +02:00
parent c8f93879b6
commit a5c5b05235
1 changed files with 1 additions and 2 deletions

View File

@ -1159,8 +1159,7 @@ class Wallet:
def mktx_from_account(self, outputs, password, fee=None, change_addr=None, account=None): def mktx_from_account(self, outputs, password, fee=None, change_addr=None, account=None):
if account: domain = self.get_account_addresses(account) if account else None
domain = self.get_account_addresses(account)
self.mktx(outputs, password, fee, change_addr, domain) self.mktx(outputs, password, fee, change_addr, domain)