Move Feature struct to solana-program (#13321)

(cherry picked from commit 4b65e32f22)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-10-31 20:33:35 +00:00
committed by GitHub
parent c49b89091a
commit f2d929c12d
10 changed files with 140 additions and 105 deletions

View File

@@ -12,6 +12,7 @@ pub mod decode_error;
pub mod entrypoint;
pub mod entrypoint_deprecated;
pub mod epoch_schedule;
pub mod feature;
pub mod fee_calculator;
pub mod hash;
pub mod incinerator;