Move stake_weighted_timestamp module (#18114)

* Move timestamp module into runtime

* Less public

* Remove unused enum
This commit is contained in:
Tyera Eulberg
2021-06-21 16:14:54 -06:00
committed by GitHub
parent 2087f5da94
commit 19fe1dd463
4 changed files with 10 additions and 15 deletions

View File

@@ -36,6 +36,7 @@ pub mod serde_snapshot;
pub mod snapshot_package;
pub mod snapshot_utils;
pub mod sorted_storages;
pub mod stake_weighted_timestamp;
pub mod stakes;
pub mod status_cache;
mod system_instruction_processor;