Fix charge listener bug, and decouple charge from clightning in test docker compose

This commit is contained in:
nicolas.dorier
2018-03-17 19:26:30 +09:00
parent 81328b2667
commit 09f97915d6
6 changed files with 100 additions and 35 deletions

View File

@@ -102,6 +102,7 @@ namespace BTCPayServer.Tests
await ExplorerNode.SendToAddressAsync(address, Money.Coins(0.2m));
ExplorerNode.Generate(1);
await WaitLNSynched();
await Task.Delay(1000);
await CustomerLightningD.FundChannelAsync(clightning, Money.Satoshis(16777215));
break;
case "CHANNELD_AWAITING_LOCKIN":