chanacceptor: include commitment type in channel acceptor requests

This commit is contained in:
Wilmer Paulino
2021-07-14 17:21:51 -07:00
committed by Olaoluwa Osuntokun
parent c9f6d788e2
commit e15ad026d4
4 changed files with 350 additions and 292 deletions

View File

@@ -875,6 +875,9 @@ message ChannelAcceptRequest {
// A bit-field which the initiator uses to specify proposed channel
// behavior.
uint32 channel_flags = 13;
// The commitment type the initiator wishes to use for the proposed channel.
CommitmentType commitment_type = 14;
}
message ChannelAcceptResponse {