From eb98d7d2159bc6570a50fbc0469ea2ec76de6234 Mon Sep 17 00:00:00 2001 From: MaartenTutak Date: Thu, 14 Dec 2017 00:31:39 +0100 Subject: [PATCH] docs: update README to note correct number of default confs for chan open/close --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index ebcca050..9de56014 100644 --- a/docker/README.md +++ b/docker/README.md @@ -160,7 +160,7 @@ Create the `Alice<->Bob` channel. alice$ lncli openchannel --node_key= --local_amt=1000000 # Include funding transaction in block thereby open the channel: -$ docker-compose run btcctl generate 1 +$ docker-compose run btcctl generate 3 # Check that channel with "Bob" was created: alice$ lncli listchannels @@ -232,7 +232,7 @@ alice$ lncli listchannels alice$ lncli closechannel --funding_txid= --output_index= # Include close transaction in block thereby close the channel: -$ docker-compose run btcctl generate 1 +$ docker-compose run btcctl generate 3 # Check "Alice" on-chain balance was credited by her settled amount in the channel: alice$ lncli walletbalance