fix infinite loop

This commit is contained in:
NicolasDorier 2017-09-27 23:59:04 +09:00
parent 4be0b2c932
commit 9b6ebf0300

View File

@ -185,6 +185,7 @@ namespace BTCPayServer.Hosting
try
{
act();
return;
}
catch
{