mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 13:54:20 +01:00
Fix cs logging
This commit is contained in:
@@ -8,7 +8,7 @@ public class ServiceStatusSnippets
|
||||
try
|
||||
{
|
||||
var healthCheck = sdk.ServiceHealthCheck();
|
||||
Console.WriteLine($"Current service status is: {currentFees.totalEstimatedFees}");
|
||||
Console.WriteLine($"Current service status is: {healthCheck.status}");
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user