mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-08 06:20:25 +02:00
[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.
This commit is contained in:
@ -118,9 +118,9 @@
|
|||||||
|
|
||||||
; A period to wait before for closing channels with outgoing htlcs that have
|
; 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
|
; 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
|
; current block based deadline, if specified this grace period will also be taken
|
||||||
; into account.
|
; into account. Valid time units are {s, m, h}.
|
||||||
; payments-expiration-grace-period=30
|
; payments-expiration-grace-period=30s
|
||||||
|
|
||||||
; Specify the interfaces to listen on for p2p connections. One listen
|
; Specify the interfaces to listen on for p2p connections. One listen
|
||||||
; address per line.
|
; address per line.
|
||||||
|
Reference in New Issue
Block a user