mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-02 08:25:55 +00:00
Remove deprecated 'validation_seed' RPC command:
The 'validation_seed' RPC command was used to change the validation
key used by a validator at runtime.
Its implementation was commented out with commit fa796a2eb5
which has been included in the codebase since the 0.30.0 release
and there are no plans to reintroduce the functionality at this
point.
Validator operators should migrate to using validator manifests
instead.
This fixes #2748.
This commit is contained in:
@@ -1957,7 +1957,6 @@ else ()
|
||||
src/ripple/rpc/handlers/UnlList.cpp
|
||||
src/ripple/rpc/handlers/Unsubscribe.cpp
|
||||
src/ripple/rpc/handlers/ValidationCreate.cpp
|
||||
src/ripple/rpc/handlers/ValidationSeed.cpp
|
||||
src/ripple/rpc/handlers/ValidatorListSites.cpp
|
||||
src/ripple/rpc/handlers/Validators.cpp
|
||||
src/ripple/rpc/handlers/WalletPropose.cpp
|
||||
|
||||
Reference in New Issue
Block a user