Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

v1.17: rekey stake redelegate feature (backport of #33957) #33958

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/src/feature_set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ pub mod stake_deactivate_delinquent_instruction {
}

pub mod stake_redelegate_instruction {
solana_sdk::declare_id!("GUrp5BKMyDazsAp9mBoVD6orE5ihXNRPC3jkBRfx6Lq7");
solana_sdk::declare_id!("2KKG3C6RBnxQo9jVVrbzsoSh41TDXLK7gBc9gduyxSzW");
}

pub mod vote_withdraw_authority_may_change_authorized_voter {
Expand Down