5dc0d669a6
In this commit, we fix an existing bug in the implementation of the resolution of the htlcOutgoingContestResolver. Before this commit, we would _always_ watch the claim outpoint. However, if this is on the remote party’s commitment transaction, then we would end up watching the wrong output. We’ll now properly detect this by modifying which output we watch, based on if we have a second level transaction or not. |
||
---|---|---|
.. | ||
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 |