From d17831a01777c638f8a8fd89ef1dc34c3a4c9e64 Mon Sep 17 00:00:00 2001 From: daywalker90 Date: Thu, 7 Dec 2023 01:04:30 +0100 Subject: [PATCH] small formatting fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36f89b6..b3ec746 100644 --- a/README.md +++ b/README.md @@ -81,5 +81,5 @@ The plugin will automatically cancel any invoice if *it* is either close to expi # Options You can set the following options in your cln config file: -* ``holdinvoice-cancel-before-htlc-expiry``: number of blocks before htlcs expiry where the plugin auto-cancels invoice and htlcs, Default: 6 -* ``holdinvoice-cancel-before-invoice-expiry``: number of seconds before invoice expiry where the plugin auto cancels any pending htlcs and no longer accepts new htlcs, Default: 1800 \ No newline at end of file +* ``holdinvoice-cancel-before-htlc-expiry``: number of blocks before htlcs expiry where the plugin auto-cancels invoice and htlcs, Default: ``6`` +* ``holdinvoice-cancel-before-invoice-expiry``: number of seconds before invoice expiry where the plugin auto cancels any pending htlcs and no longer accepts new htlcs, Default: ``1800`` \ No newline at end of file