Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Commitments into the Channel type
Since all ChannelState variants have a Commitments field, this field can be factored out into the Channel object. Also, remove the ChannelId field from the ChannelState variants since it is duplicated inside Commitments.
- Loading branch information