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

@@ -44,7 +44,6 @@ pub mod secp256k1_instruction;
pub mod shred_version;
pub mod signature;
pub mod signer;
pub mod stake_weighted_timestamp;
pub mod system_transaction;
pub mod timing;
pub mod transaction;