lnrpc: channel point for GetChanInfo

This commit is contained in:
Slyghtning
2024-06-06 13:28:41 +02:00
parent 0fadf97e72
commit 1936aa7261
4 changed files with 1402 additions and 1361 deletions

View File

@@ -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 {