mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +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)
|
void ProcessLightningPayment(LightningConnectionType type)
|
||||||
{
|
{
|
||||||
// For easier debugging and testing
|
// For easier debugging and testing
|
||||||
LightningLikePaymentHandler.LIGHTNING_TIMEOUT = int.MaxValue;
|
// LightningLikePaymentHandler.LIGHTNING_TIMEOUT = int.MaxValue;
|
||||||
|
|
||||||
using (var tester = ServerTester.Create())
|
using (var tester = ServerTester.Create())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue