From 1b1460801e0a8784dd737e5efc0c825d263c4213 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 24 Jan 2017 19:07:54 +0900 Subject: [PATCH] Implement peer subscriptions Incremental updates are passed. Also implement a server.features RPC --- ENVIRONMENT.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ENVIRONMENT.rst b/ENVIRONMENT.rst index 41f4284..0835acd 100644 --- a/ENVIRONMENT.rst +++ b/ENVIRONMENT.rst @@ -89,7 +89,7 @@ These environment variables are optional: * **SSL_PORT** If set ElectrumX will serve SSL clients on **HOST**:**SSL_PORT**. - If set SSL_CERTFILE and SSL_KEYFILE must be defined and be + If set then SSL_CERTFILE and SSL_KEYFILE must be defined and be filesystem paths to those SSL files. * **RPC_PORT**