From d1fdac026abe42e3276c422abe6db2b949fd8a4f Mon Sep 17 00:00:00 2001 From: jahway603 Date: Mon, 9 Aug 2021 00:40:04 -0400 Subject: [PATCH] minor update to table --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f18903..c565838 100644 --- a/README.md +++ b/README.md @@ -116,12 +116,12 @@ These are the current different command line options for lightwalletd: | CLI option | Default | What it does | |------------|:--------------:|------------------------------:| | -bind-addr | 127.0.0.1:9069 | address and port to listen on | -| -tls-cert | | the path to a TLS certificate | -| -tls-key | | the path to a TLS key file | +| -tls-cert | blank | the path to a TLS certificate | +| -tls-key | blank | the path to a TLS key file | | -no-tls | false | Disable TLS, serve un-encrypted traffic | -| -log-file | | log file to write to | +| -log-file | blank | log file to write to | | -log-level | logrus.InfoLevel | log level 1 thru 7 (something from logrus)| -| -conf-file | | conf file to pull RPC creds from | +| -conf-file | blank | conf file to pull RPC creds from | | -cache-size| 40000 | number of blocks to hold in the cache | ## Support