mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
parent
7abbf329b6
commit
8722a37f13
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ class Abstract_Wallet(object):
|
|||
account, _ = self.get_address_index(address)
|
||||
|
||||
if not self.use_change or account == IMPORTED_ACCOUNT:
|
||||
change_addr = inputs[-1]['address']
|
||||
change_addr = address
|
||||
else:
|
||||
change_addr = self.accounts[account].get_addresses(1)[-self.gap_limit_for_change]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue