Remove support for stake redelegation (#7995)

* Remove support for stake redelegation

* fixup
This commit is contained in:
Rob Walker
2020-01-29 17:59:14 -08:00
committed by GitHub
parent effe6e3ff3
commit e6803daf10
6 changed files with 230 additions and 215 deletions

View File

@@ -26,6 +26,7 @@ pub mod rpc_port;
pub mod short_vec;
pub mod slot_hashes;
pub mod slot_history;
pub mod stake_history;
pub mod system_instruction;
pub mod system_program;
pub mod sysvar;