From 8d4fe4fa9e03e55e891dc63133a97236c3587c4a Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Thu, 1 Nov 2018 16:37:11 -0700 Subject: [PATCH] Fix 0.29.1 tag link 0.29.1 doesn't have a proper release tag, so the closest thing is 0.29.1-rc1 --- .../server-control-methods/validation_seed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md b/content/references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md index 87a1106680..128bff8a25 100644 --- a/content/references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md +++ b/content/references/rippled-api/admin-rippled-methods/server-control-methods/validation_seed.md @@ -1,7 +1,7 @@ # validation_seed [[Source]
](https://github.com/ripple/rippled/blob/a61ffab3f9010d8accfaa98aa3cacc7d38e74121/src/ripple/rpc/handlers/ValidationSeed.cpp "Source") -The `validation_seed` command temporarily sets the secret value that rippled uses to sign validations. This value resets based on the config file when you restart the server. [Disabled since: rippled 0.29.1](https://github.com/ripple/rippled/releases/tag/0.29.1 "BADGE_RED") +The `validation_seed` command temporarily sets the secret value that rippled uses to sign validations. This value resets based on the config file when you restart the server. [Disabled since: rippled 0.29.1](https://github.com/ripple/rippled/releases/tag/0.29.1-rc1 "BADGE_RED") *The `validation_seed` request is an [admin method](admin-rippled-methods.html) that cannot be run by unprivileged users!*