This commit is contained in:
thomasv 2013-09-15 16:22:58 +02:00
parent 671a73d02b
commit 0eaa894aee
1 changed files with 1 additions and 1 deletions

View File

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