tAdd README note about not supporting Lightning - electrum-personal-server - Maximally lightweight electrum server for a single user
HTML git clone https://git.parazyd.org/electrum-personal-server
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit a01cbe5b6ca98be8d5a83e08c9d26eecf98b7e3d
DIR parent a1ff27d4fcdc36889c88115fb3046a570a40777c
HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Sat, 23 Nov 2019 13:53:16 +0000
Add README note about not supporting Lightning
Diffstat:
M README.md | 5 +++++
M config.ini_sample | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
---
DIR diff --git a/README.md b/README.md
t@@ -133,6 +133,11 @@ connection to the server.
Right now Electrum Personal Server can only accept one connection at a time.
+##### Lightning Network
+
+Right now Electrum Personal Server does not support Lightning Network which
+Electrum wallet 4.0 and above implements.
+
#### How is this different from other Electrum servers ?
They are different approaches with different tradeoffs. Electrum Personal
DIR diff --git a/config.ini_sample b/config.ini_sample
t@@ -120,6 +120,6 @@ log_file_location =
append_log = false
# Format to use for logging messages
-#see docs https://docs.python.org/3/library/logging.html#logging.Formatter
+#see docs https://docs.python.org/3/library/logging.html#formatter-objects
log_format = %(levelname)s:%(asctime)s: %(message)s