From cfb9eb3d1991d5ded0fb4b26b5c3ee096947161f Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2023 02:01:25 -0800 Subject: [PATCH] added missing ms to server.md (typo fix) --- docs/cli/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/server.md b/docs/cli/server.md index 9775db4d6e..ff89ff9e5c 100644 --- a/docs/cli/server.md +++ b/docs/cli/server.md @@ -146,7 +146,7 @@ The ```bor server``` command runs the Bor client. - ```v5disc```: Enables the experimental RLPx V5 (Topic Discovery) mechanism (default: false) -- ```txarrivalwait```: Maximum duration to wait before requesting an announced transaction (default: 500) +- ```txarrivalwait```: Maximum duration to wait before requesting an announced transaction (default: 500ms) ### Sealer Options