Minor Updates
Allow for customization of the max message size for gRPC communications
Updated new default max gRPC message size to 35MB
Fixed small discrepancy for the first run of af.py
Fixed a filtering issue for invoices
See the v1.7.0 release page for more details: https://github.com/cryptosharks131/lndg/releases/tag/v1.7.0
IMPORTANT - Manual Installers Read Before Updating!
MANUAL install users will need to update their settings.py file in order to support new settings.
Delete your settings.py file and re-initialize it OR add the required section manually in lndg/settings.py
.
rm lndg/settings.py
.venv/bin/python initialize.py
OR
LND_MAX_MESSAGE = '35'