mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 18:27:43 +02:00
chanacceptor: include commitment type in channel acceptor requests
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
c9f6d788e2
commit
e15ad026d4
@@ -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 {
|
||||
|
Reference in New Issue
Block a user