From 16e96784d1792c8961008e81db1d6cd0fbb227af Mon Sep 17 00:00:00 2001 From: BhhagBoseDK <87854599+BhaagBoseDK@users.noreply.github.com> Date: Sun, 24 Oct 2021 16:30:53 +0100 Subject: [PATCH] [skip-ci] payments-expiration-grace-period needs time unit [skip-ci] payments-expiration-grace-period needs time unit h/m/s or else the lnd does not start. ; payments-expiration-grace-period=30s Corrected minor typo. --- sample-lnd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sample-lnd.conf b/sample-lnd.conf index 2bcbe10c0..10539d7df 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -118,9 +118,9 @@ ; A period to wait before for closing channels with outgoing htlcs that have ; timed out and are a result of this nodes instead payment. In addition to our -; current block based deadline, is specified this grace period will also be taken -; into account. -; payments-expiration-grace-period=30 +; current block based deadline, if specified this grace period will also be taken +; into account. Valid time units are {s, m, h}. +; payments-expiration-grace-period=30s ; Specify the interfaces to listen on for p2p connections. One listen ; address per line.