mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Revering debug param
This commit is contained in:
parent
4ddcd7a4c8
commit
2465eb7e36
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue