From 3f1b119a38f4b44a7bd781559b48aaa66501ded4 Mon Sep 17 00:00:00 2001 From: greg stone Date: Tue, 7 Feb 2023 19:07:28 +0000 Subject: [PATCH] updating docs. --- docker/release/targets/lnd/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/release/targets/lnd/README.md b/docker/release/targets/lnd/README.md index e3ebb3a9..14cb45d9 100644 --- a/docker/release/targets/lnd/README.md +++ b/docker/release/targets/lnd/README.md @@ -51,7 +51,8 @@ When complete, it will produce an environment configuration file, located at `do ### Using the environment config The config file has two functions: -- The MINER_ADDRESS is passed to the docker-compose.yml file, on start. This will ensure that any blocks mined will +- The MINER_ADDRESS is passed to the docker-compose.yml file, on start. This will ensure that any block rewards will be send to the 'miner' node. +- The rest of the environment variables can be used by the user for constructing transactions. See the use-cases below. ``` source /opt/indra-labs/indra/docker/release/targets/lnd/.env