mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
lnrpc: remove confirmation_height from PendingOpenChannel proto
This commit is contained in:
parent
8c3b9e7153
commit
a2db074eec
File diff suppressed because it is too large
Load Diff
@ -2369,9 +2369,6 @@ message PendingChannelsResponse {
|
||||
// The pending channel
|
||||
PendingChannel channel = 1;
|
||||
|
||||
// The height at which this channel will be confirmed
|
||||
uint32 confirmation_height = 2;
|
||||
|
||||
/*
|
||||
The amount calculated to be paid in fees for the current set of
|
||||
commitment transactions. The fee amount is persisted with the channel
|
||||
@ -2390,6 +2387,9 @@ message PendingChannelsResponse {
|
||||
transaction. This value can later be updated once the channel is open.
|
||||
*/
|
||||
int64 fee_per_kw = 6;
|
||||
|
||||
// Previously used for confirmation_height. Do not reuse.
|
||||
reserved 2;
|
||||
}
|
||||
|
||||
message WaitingCloseChannel {
|
||||
|
@ -2792,11 +2792,6 @@
|
||||
"$ref": "#/definitions/PendingChannelsResponsePendingChannel",
|
||||
"title": "The pending channel"
|
||||
},
|
||||
"confirmation_height": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"title": "The height at which this channel will be confirmed"
|
||||
},
|
||||
"commit_fee": {
|
||||
"type": "string",
|
||||
"format": "int64",
|
||||
|
Loading…
Reference in New Issue
Block a user