re-set channel on txo
This commit is contained in:
parent
ff8a50c366
commit
590c892a6a
1 changed files with 2 additions and 0 deletions
|
@ -703,8 +703,10 @@ class Ledger(metaclass=LedgerRegistry):
|
||||||
# we don't want to leak informaion between wallet so we add the
|
# we don't want to leak informaion between wallet so we add the
|
||||||
# wallet specific metadata on throw away copies of the txos
|
# wallet specific metadata on throw away copies of the txos
|
||||||
txo = copy.copy(txo)
|
txo = copy.copy(txo)
|
||||||
|
channel = txo.channel
|
||||||
txo.purchase_receipt = None
|
txo.purchase_receipt = None
|
||||||
txo.update_annotations(None)
|
txo.update_annotations(None)
|
||||||
|
txo.channel = channel
|
||||||
txos.append(txo)
|
txos.append(txo)
|
||||||
|
|
||||||
includes = (
|
includes = (
|
||||||
|
|
Loading…
Add table
Reference in a new issue