lnrpc: adds field Outpoints to fund a selected set of coins

This commit is contained in:
Slyghtning
2023-06-10 21:24:09 +02:00
parent ac523f93ee
commit 50acd49283
3 changed files with 2218 additions and 2193 deletions

View File

@@ -2290,6 +2290,11 @@ message OpenChannelRequest {
the channel's operation.
*/
string memo = 27;
/*
A list of selected outpoints that are allocated for channel funding.
*/
repeated OutPoint outpoints = 28;
}
message OpenStatusUpdate {
oneof update {