-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When monitor updating is restored, we may have a situation where the signer still has not returned a signature for the counterparty commitment. If this is the case, note that the _signer_ is still pending a commitment update event though the _monitor_ is not. Similarly, only allow the revoke-and-ack to be generated in the case that we're not still pending the counterparty commitment signature. If the monitor was pending a revoke-and-ack and the commitment update is not available, then note that _signer_ is still pending a revoke-and-ack. Ensure that we honor the ordering specified by the channel.
- Loading branch information
Showing
3 changed files
with
76 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters