From 173476e7834a36d28a9c7d5afdff87cf67ebdb5c Mon Sep 17 00:00:00 2001 From: Coach Chuck <169060940+coachchucksol@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:11:17 -0600 Subject: [PATCH] HOTFIX: Last IDL added (#66) Co-authored-by: Christian Krueger --- programs/steward/idl/steward.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/programs/steward/idl/steward.json b/programs/steward/idl/steward.json index 4333de0b..8fce5c22 100644 --- a/programs/steward/idl/steward.json +++ b/programs/steward/idl/steward.json @@ -2771,10 +2771,10 @@ } }, { - "name": "validators_to_remove", + "name": "validators_for_immediate_removal", "docs": [ - "Marks a validator for removal after `remove_validator_from_pool` has been called on the stake pool", - "This is cleaned up in the next epoch" + "Marks a validator for immediate removal after `remove_validator_from_pool` has been called on the stake pool", + "This happens when a validator is able to be removed within the same epoch as it was marked" ], "type": { "defined": { @@ -2783,10 +2783,10 @@ } }, { - "name": "validators_for_immediate_removal", + "name": "validators_to_remove", "docs": [ - "Marks a validator for immediate removal after `remove_validator_from_pool` has been called on the stake pool", - "This happens when a validator is able to be removed within the same epoch as it was marked" + "Marks a validator for removal after `remove_validator_from_pool` has been called on the stake pool", + "This is cleaned up in the next epoch" ], "type": { "defined": {