Implement peer subscriptions

Incremental updates are passed.
Also implement a server.features RPC
This commit is contained in:
Neil Booth
2017-01-24 19:07:54 +09:00
parent c46a38f87f
commit 1b1460801e
+1 -1
View File
@@ -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**