From 9bf117a0f2af90d3bf9829c5a87a4bb44be4b13c Mon Sep 17 00:00:00 2001 From: Craig Hammell Date: Thu, 26 Mar 2020 02:09:09 -0700 Subject: [PATCH] docker: fix wrong text in README --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 78e0319a..b2b736d8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -23,7 +23,7 @@ environment for testing as one doesn't need to wait tens of minutes for blocks to arrive in order to test channel related functionality. Additionally, it's possible to spin up an arbitrary number of `lnd` instances within containers to create a mini development cluster. All state is saved between instances using a -shared value. +shared volume. Current workflow is big because we recreate the whole network by ourselves, next versions will use the started `btcd` bitcoin node in `testnet` and