mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
Fix CI issues
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package com.example.kotlinmpplib
|
||||
|
||||
import breez_sdk.*
|
||||
class ConnectingLsp {
|
||||
fun getServiceStatus(sdk: BlockingBreezServices) {
|
||||
class ServiceStatus {
|
||||
fun HealthCheckStatus(sdk: BlockingBreezServices) {
|
||||
// ANCHOR: health-check-status
|
||||
try {
|
||||
val healthCheck = sdk.serviceHealthCheck()
|
||||
|
||||
Reference in New Issue
Block a user