9b9fada675
This commit removes a short circuit checking if the contract resolver after a unilateral close is empty. After removing this, the state machine will advance the state from StateDefault->ContractClosed, in which the stateCallback will be called, logging the state needed to advance. Since this logged state is empty, the state machine will go directly to StateFullyResolved, which will trigger the MarkChannelResolved call. This means the behaviour is kept. |
||
---|---|---|
.. | ||
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 |