metrics fixes
This commit is contained in:
parent
bdee3426ae
commit
de91573f2e
8 changed files with 83 additions and 5 deletions
|
|
@ -191,6 +191,9 @@ message SetMockInvoiceAsPaidRequest {
|
|||
|
||||
message LndGetInfoResponse {
|
||||
string alias = 1;
|
||||
bool synced_to_chain = 2;
|
||||
bool synced_to_graph = 3;
|
||||
bool watchdog_barking = 4;
|
||||
}
|
||||
|
||||
message BanUserRequest {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue