Skip to content

Commit 9098253

Browse files
committed
autopilotserverrpc: update with session linking fields
Update the autopilot rpc protos to include the new fields that will allow the client to link autopilot sessions.
1 parent c8b78bd commit 9098253

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

autopilotserverrpc/autopilotserver.pb.go

Lines changed: 28 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

autopilotserverrpc/autopilotserver.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,18 @@ message RegisterSessionRequest {
170170
The version of the LND that the Lit client is using.
171171
*/
172172
Version lnd_version = 6;
173+
174+
/*
175+
If set, this is the responder public key of a first session in the group
176+
that this new session should be linked to.
177+
*/
178+
bytes group_responder_key = 7;
179+
180+
/*
181+
The signature by the first responder key of the serialised new responder
182+
key.
183+
*/
184+
bytes group_responder_sig = 8;
173185
}
174186

175187
message RegisterSessionResponse {

0 commit comments

Comments
 (0)