mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-09 18:52:09 +02:00
lnrpc/autopilotrpc: add ignore_local_state flag
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user