From c51fbc0a01da8cad2f93c22596e3b8d56daf7496 Mon Sep 17 00:00:00 2001 From: Jan Sarenik Date: Sun, 25 Jul 2021 10:38:06 +0200 Subject: [PATCH] README: Specify the unsupported c-lightning channels --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4cf02f..044b7cc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Configuration | Implementation | Backend | Channels | Workers | Options `eclair` | eclair 0.6.1 | sqlite | 10 | 100 | `eclair-postgres` | eclair 0.6.1 | postgres | 10 | 100 | -1 Multiple channels are not supported in c-lightning +1 Multiple channels to the same node are not supported + in c-lightning ## Results @@ -63,4 +64,4 @@ following parameters are available: * `paymentAmountMsat`: the test amount that is paid * `processes`: the number of parallel processes * `channels`: the number of channels between the two test nodes -* `channelCapacitySat`: capacity of the channel(s) \ No newline at end of file +* `channelCapacitySat`: capacity of the channel(s)