From 1b65bd8d50a4c8952767a63f9150e60320c70ba4 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 26 Mar 2018 16:55:13 +0900 Subject: [PATCH] attr->envvar for NET --- docs/environment.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment.rst b/docs/environment.rst index 192bf44..1a0cdec 100644 --- a/docs/environment.rst +++ b/docs/environment.rst @@ -133,7 +133,7 @@ These environment variables are optional: ElectrumX will listen on this port for local RPC connections. ElectrumX listens for RPC connections unless this is explicitly set - to blank. The default depends on :envvar:`COIN` and :attr:`NET` + to blank. The default depends on :envvar:`COIN` and :envvar:`NET` (e.g., 8000 for Bitcoin mainnet) if not set, as indicated in `lib/coins.py`_. @@ -190,7 +190,7 @@ These environment variables are optional: The maximum number of blocks to be able to handle in a chain reorganisation. ElectrumX retains some fairly compact undo information for this many blocks in levelDB. The default is a - function of :envvar:`COIN` and :attr:`NET`; for Bitcoin mainnet it + function of :envvar:`COIN` and :envvar:`NET`; for Bitcoin mainnet it is 200. .. envvar:: EVENT_LOOP_POLICY