mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 17:27:25 +00:00
dont show supports to foreign address if the inputs are also foreign
This commit is contained in:
parent
2a55e583e7
commit
c4b15920ff
1 changed files with 11 additions and 10 deletions
|
@ -281,6 +281,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…
Add table
Reference in a new issue