mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
lnrpc: channel point for GetChanInfo
This commit is contained in:
@@ -3443,6 +3443,10 @@ message ChanInfoRequest {
|
||||
output index for the channel.
|
||||
*/
|
||||
uint64 chan_id = 1 [jstype = JS_STRING];
|
||||
|
||||
// The channel point of the channel in format funding_txid:output_index. If
|
||||
// chan_id is specified, this field is ignored.
|
||||
string chan_point = 2;
|
||||
}
|
||||
|
||||
message NetworkInfoRequest {
|
||||
|
Reference in New Issue
Block a user