mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
fix
This commit is contained in:
parent
671a73d02b
commit
0eaa894aee
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,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):
|
||||||
domain = self.get_account_addresses(account) if account else 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 ):
|
def mktx(self, outputs, password, fee=None, change_addr=None, domain= None ):
|
||||||
|
|
Loading…
Add table
Reference in a new issue