From 329dd1bb448238d5d024f2f65f95b1459201a178 Mon Sep 17 00:00:00 2001 From: Christian Krueger Date: Mon, 29 Jul 2024 16:02:47 -0600 Subject: [PATCH] adding in new idl --- 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": {