mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
Fix prism on bolt11 specific payment
This commit is contained in:
@@ -46,8 +46,7 @@ public class WasabiCoordinatorStatusFetcher : PeriodicRunner, IWasabiBackendStat
|
||||
catch (Exception e)
|
||||
{
|
||||
Connected = false;
|
||||
_logger.LogError(e, "Could not connect to the coordinator");
|
||||
throw;
|
||||
throw new Exception("Could not connect to the coordinator", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user