lnrpc/autopilotrpc: add ignore_local_state flag

This commit is contained in:
Johan T. Halseth
2019-03-18 14:36:00 +01:00
parent dd072304b0
commit c7ab6f3603
2 changed files with 54 additions and 41 deletions

View File

@@ -50,6 +50,9 @@ message ModifyStatusResponse {}
message QueryScoresRequest{
repeated string pubkeys = 1 [json_name = "pubkeys"];
/// If set, we will ignore the local channel state when calculating scores.
bool ignore_local_state = 2 [json_name = "no_state"];
}
message QueryScoresResponse {