Revering debug param

This commit is contained in:
rockstardev 2018-06-15 17:20:56 -05:00
parent 4ddcd7a4c8
commit 2465eb7e36

View file

@ -499,7 +499,7 @@ namespace BTCPayServer.Tests
void ProcessLightningPayment(LightningConnectionType type)
{
// For easier debugging and testing
LightningLikePaymentHandler.LIGHTNING_TIMEOUT = int.MaxValue;
// LightningLikePaymentHandler.LIGHTNING_TIMEOUT = int.MaxValue;
using (var tester = ServerTester.Create())
{