From 995a7ba8eb5903d793ba7eb89506db4ee2ef11dc Mon Sep 17 00:00:00 2001 From: Josh Kauffman <40213896+joshkauffman@users.noreply.github.com> Date: Wed, 29 Jul 2020 21:16:34 -0400 Subject: [PATCH] Update vote-signing.md --- docs/src/cluster/vote-signing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cluster/vote-signing.md b/docs/src/cluster/vote-signing.md index e3b74a560..9d0fe32d7 100644 --- a/docs/src/cluster/vote-signing.md +++ b/docs/src/cluster/vote-signing.md @@ -20,7 +20,7 @@ Currently, there is a 1:1 relationship between validators and vote signers, and ## Signing service -The vote signing service consists of a JSON RPC server and a request processor. At startup, the service starts the RPC server at a configured port and waits for validator requests. It expects the following type of requests: +The vote signing service consists of a JSON RPC server and a request processor. At startup, the service starts the RPC server at a configured port and waits for validator requests. It expects the following type of requests: 1. Register a new validator node