From 24f62df41c8fd4ce48af84397167324b8f3c38b2 Mon Sep 17 00:00:00 2001 From: Ivan FB <128452529+Ivansete-status@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:57:19 +0200 Subject: [PATCH] correct table format light push config (#254) --- docs/run-node/config-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/run-node/config-options.md b/docs/run-node/config-options.md index e92f87e..b9452b9 100644 --- a/docs/run-node/config-options.md +++ b/docs/run-node/config-options.md @@ -104,10 +104,10 @@ Here are the available node configuration options, along with their default valu ## Light push config -| Name | Default Value | Description | +| Name | Default Value | Description | | | --------------- | ------------- | --------------------------------------------------------- | ----- | | `lightpush` | `false` | Enable lightpush protocol: true | false | -| `lightpushnode` | | Peer multiaddr to request lightpush of published messages | +| `lightpushnode` | | Peer multiaddr to request lightpush of published messages | | ## REST HTTP config