forked from LBRYCommunity/lbry-sdk
dont show supports to foreign address if the inputs are also foreign
This commit is contained in:
parent
0de17730ca
commit
a9ba1fc1a7
1 changed files with 11 additions and 10 deletions
|
@ -368,6 +368,7 @@ class LbryWalletManager(BaseWalletManager):
|
||||||
'is_tip': not is_my_inputs,
|
'is_tip': not is_my_inputs,
|
||||||
'nout': txo.position
|
'nout': txo.position
|
||||||
})
|
})
|
||||||
|
if is_my_inputs:
|
||||||
for txo in tx.other_support_outputs:
|
for txo in tx.other_support_outputs:
|
||||||
item['support_info'].append({
|
item['support_info'].append({
|
||||||
'address': txo.get_address(account.ledger),
|
'address': txo.get_address(account.ledger),
|
||||||
|
|
Loading…
Reference in a new issue