remove eclair dependency

This commit is contained in:
nicolas.dorier 2017-12-21 18:06:21 +09:00
parent a863812f90
commit 513835ed0f
2 changed files with 15 additions and 15 deletions

View file

@ -134,16 +134,16 @@ namespace BTCPayServer.Tests
Assert.Equal("0.00000000001", light.ToString());
}
[Fact]
public void CanSendLightningPayment()
{
//[Fact]
//public void CanSendLightningPayment()
//{
using (var tester = ServerTester.Create())
{
tester.Start();
tester.PrepareLightning();
}
}
// using (var tester = ServerTester.Create())
// {
// tester.Start();
// tester.PrepareLightning();
// }
//}
[Fact]
public void CanUseServerInitiatedPairingCode()

View file

@ -16,15 +16,15 @@ services:
TESTS_FAKECALLBACK: 'false'
TESTS_PORT: 80
TESTS_HOSTNAME: tests
TEST_ECLAIR1: http://eclair1:8080/
TEST_ECLAIR2: http://eclair2:8080/
# TEST_ECLAIR1: http://eclair1:8080/
# TEST_ECLAIR2: http://eclair2:8080/
expose:
- "80"
links:
- bitcoind
- nbxplorer
- eclair1
- eclair2
# - eclair1
# - eclair2
extra_hosts:
- "tests:127.0.0.1"
@ -38,8 +38,8 @@ services:
links:
- bitcoind
- nbxplorer
- eclair1
- eclair2
# - eclair1
# - eclair2
nbxplorer:
image: nicolasdorier/nbxplorer:1.0.0.32