mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
d216416db8
This commit mitigates a problem within the ChannelArbitrator, where after a restart we would start up in the state StateBroadcastCommit but fail to broadcast out commitment because a conflicting transaction (most likely our own commitment) was already broadcast. A more complete fix for this case will be added later, but this commit let the ChannelArbitrator continue, trying to close out the channel. |
||
---|---|---|
.. | ||
briefcase_test.go | ||
briefcase.go | ||
chain_arbitrator_test.go | ||
chain_arbitrator.go | ||
chain_watcher.go | ||
channel_arbitrator_test.go | ||
channel_arbitrator.go | ||
contract_resolvers_test.go | ||
contract_resolvers.go | ||
log.go |