From 590c892a6a39b45d619e33616dd09e3d16d8ea19 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 18 May 2020 12:27:22 -0400 Subject: [PATCH] re-set channel on txo --- lbry/wallet/ledger.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lbry/wallet/ledger.py b/lbry/wallet/ledger.py index ffbc7148b..56656ae4b 100644 --- a/lbry/wallet/ledger.py +++ b/lbry/wallet/ledger.py @@ -703,8 +703,10 @@ class Ledger(metaclass=LedgerRegistry): # we don't want to leak informaion between wallet so we add the # wallet specific metadata on throw away copies of the txos txo = copy.copy(txo) + channel = txo.channel txo.purchase_receipt = None txo.update_annotations(None) + txo.channel = channel txos.append(txo) includes = (