mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
This fixes an issue where the contract court could leave a completely swept commit tx unresolved if it was swept by the remote party. This could happen if (our) commit tx just published was actually a previously revoked state, in which case the remote party would claim the funds via a justice transaction. This manifested itself in the testRevokedCloseRetribution integration test where at the end of the test Bob was left with a pending channel that never resolved itself. |
||
---|---|---|
.. | ||
anchor_resolver.go | ||
briefcase.go | ||
briefcase_test.go | ||
chain_arbitrator.go | ||
chain_arbitrator_test.go | ||
chain_watcher.go | ||
chain_watcher_test.go | ||
channel_arbitrator.go | ||
channel_arbitrator_test.go | ||
commit_sweep_resolver.go | ||
commit_sweep_resolver_test.go | ||
contract_resolvers.go | ||
htlc_incoming_contest_resolver.go | ||
htlc_incoming_resolver_test.go | ||
htlc_outgoing_contest_resolver.go | ||
htlc_outgoing_contest_resolver_test.go | ||
htlc_success_resolver.go | ||
htlc_timeout_resolver.go | ||
htlc_timeout_resolver_test.go | ||
interfaces.go | ||
log.go | ||
mock_registry_test.go | ||
utils_test.go |