From fc08d0b0b3f92b474535bc6b4fb8e6d37a4c1e0f Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 30 Mar 2020 20:10:46 -0700 Subject: [PATCH] admin methods: clarify validation_create is not for validator keys anymore --- .../rippled-api/admin-rippled-methods/admin-rippled-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/admin-rippled-methods/admin-rippled-methods.md b/content/references/rippled-api/admin-rippled-methods/admin-rippled-methods.md index 02074b07c3..b46979263e 100644 --- a/content/references/rippled-api/admin-rippled-methods/admin-rippled-methods.md +++ b/content/references/rippled-api/admin-rippled-methods/admin-rippled-methods.md @@ -9,7 +9,7 @@ Admin commands are available only if you connect to `rippled` on a host and port Use these methods to generate and manage keys. -* **[`validation_create`](validation_create.html)** - Generate keys for a new `rippled` validator. +* **[`validation_create`](validation_create.html)** - Generate formatted for `rippled` node key pair. (Validators should use [tokens](run-rippled-as-a-validator.html) instead of keys generated by this method.) * **[`wallet_propose`](wallet_propose.html)** - Generate keys for a new account.