From d044dfa8bf9b226b803ac5a97ebe208712793057 Mon Sep 17 00:00:00 2001 From: mbhandary Date: Thu, 20 Feb 2020 15:01:42 -0500 Subject: [PATCH] Included comment on enabling gRPC --- .../configuration/run-rippled-as-a-wallet-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md index c1f55c71bb..bc35466ac5 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md +++ b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-wallet-server.md @@ -19,6 +19,8 @@ A Wallet Server will: For more information, see [Install `rippled`](install-rippled.html). + + ## 2. Enable validation on your Wallet Server Enabling validation on your wallet server means providing a validator token in your server's `rippled.cfg` file. Ripple recommends using the `validator-keys` tool (included in `rippled` RPMs) to securely generate and manage your validator keys and tokens.