mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-21 06:12:38 +02: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
|
// The pending channel
|
||||||
PendingChannel channel = 1;
|
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
|
The amount calculated to be paid in fees for the current set of
|
||||||
commitment transactions. The fee amount is persisted with the channel
|
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.
|
transaction. This value can later be updated once the channel is open.
|
||||||
*/
|
*/
|
||||||
int64 fee_per_kw = 6;
|
int64 fee_per_kw = 6;
|
||||||
|
|
||||||
|
// Previously used for confirmation_height. Do not reuse.
|
||||||
|
reserved 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message WaitingCloseChannel {
|
message WaitingCloseChannel {
|
||||||
|
@ -2792,11 +2792,6 @@
|
|||||||
"$ref": "#/definitions/PendingChannelsResponsePendingChannel",
|
"$ref": "#/definitions/PendingChannelsResponsePendingChannel",
|
||||||
"title": "The pending channel"
|
"title": "The pending channel"
|
||||||
},
|
},
|
||||||
"confirmation_height": {
|
|
||||||
"type": "integer",
|
|
||||||
"format": "int64",
|
|
||||||
"title": "The height at which this channel will be confirmed"
|
|
||||||
},
|
|
||||||
"commit_fee": {
|
"commit_fee": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "int64",
|
"format": "int64",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user