mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add validator key revocations:
Allow manifest revoking validator keys to be stored in a separate [validator_key_revocation] config field, so the validator can run again with new keys and token.
This commit is contained in:
@@ -1135,7 +1135,8 @@ bool ApplicationImp::setup()
|
||||
}
|
||||
|
||||
if (!validatorManifests_->load (
|
||||
getWalletDB (), "ValidatorManifests", manifest))
|
||||
getWalletDB (), "ValidatorManifests", manifest,
|
||||
config().section (SECTION_VALIDATOR_KEY_REVOCATION).values ()))
|
||||
{
|
||||
JLOG(m_journal.fatal()) << "Invalid configured validator manifest.";
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user