1
0

ln: two remaining encumberedTx removal remnants

This commit is contained in:
Janus
2019-01-17 12:56:18 +01:00
committed by ThomasV
parent 320dc29732
commit 3ccd2fedff
2 changed files with 2 additions and 2 deletions

View File

@@ -476,7 +476,7 @@ class Channel(PrintError):
sweeptxs = create_sweeptxs_for_their_just_revoked_ctx(self, ctx, per_commitment_secret, self.sweep_address)
for prev_txid, tx in sweeptxs.items():
if tx is not None:
self.lnwatcher.add_sweep_tx(outpoint, prev_txid, tx.to_dict())
self.lnwatcher.add_sweep_tx(outpoint, prev_txid, tx.as_dict())
def receive_revocation(self, revocation) -> Tuple[int, int]:
self.print_error("receive_revocation")