Skip to content

Commit f73a586

Browse files
committed
wip
1 parent ecb8035 commit f73a586

File tree

8 files changed

+152
-380
lines changed

8 files changed

+152
-380
lines changed

LNUnit.LND/Grpc/devrpc/dev.proto

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,7 @@ service Dev {
3030
used for development.
3131
*/
3232
rpc ImportGraph (lnrpc.ChannelGraph) returns (ImportGraphResponse);
33-
34-
/*
35-
Quiesce instructs a channel to initiate the quiescence (stfu) protocol. This
36-
RPC is for testing purposes only. The commit that adds it will be removed
37-
once interop is confirmed.
38-
*/
39-
rpc Quiesce (QuiescenceRequest) returns (QuiescenceResponse);
4033
}
4134

4235
message ImportGraphResponse {
4336
}
44-
45-
message QuiescenceRequest {
46-
// The channel point of the channel we wish to quiesce
47-
lnrpc.ChannelPoint chan_id = 1;
48-
}
49-
50-
message QuiescenceResponse {
51-
// Indicates whether or not we hold the initiator role or not once the
52-
// negotiation completes
53-
bool initiator = 1;
54-
}

0 commit comments

Comments
 (0)