This commit is contained in:
boufni95 2025-05-14 19:10:12 +00:00
parent ed6036ce1e
commit e75f13db13

View file

@ -91,6 +91,12 @@ export default (mainHandler: Main): Types.ServerMethods => {
if (err != null) throw new Error(err.message) if (err != null) throw new Error(err.message)
return mainHandler.adminManager.CloseChannel(req) return mainHandler.adminManager.CloseChannel(req)
}, },
GetProvidersDisruption: async () => {
return mainHandler.metricsManager.GetProvidersDisruption()
},
PingSubProcesses: async () => {
await mainHandler.pingSubProcesses()
},
EncryptionExchange: async () => { }, EncryptionExchange: async () => { },
Health: async () => { await mainHandler.lnd.Health() }, Health: async () => { await mainHandler.lnd.Health() },
LndGetInfo: async ({ ctx }) => { LndGetInfo: async ({ ctx }) => {