up
This commit is contained in:
parent
ed6036ce1e
commit
e75f13db13
1 changed files with 6 additions and 0 deletions
|
|
@ -91,6 +91,12 @@ export default (mainHandler: Main): Types.ServerMethods => {
|
|||
if (err != null) throw new Error(err.message)
|
||||
return mainHandler.adminManager.CloseChannel(req)
|
||||
},
|
||||
GetProvidersDisruption: async () => {
|
||||
return mainHandler.metricsManager.GetProvidersDisruption()
|
||||
},
|
||||
PingSubProcesses: async () => {
|
||||
await mainHandler.pingSubProcesses()
|
||||
},
|
||||
EncryptionExchange: async () => { },
|
||||
Health: async () => { await mainHandler.lnd.Health() },
|
||||
LndGetInfo: async ({ ctx }) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue