Revert "Refactor: move compute budget runtime logic into solana-program-runtime (#22533)" (#22542)

This reverts commit b27976626a.
This commit is contained in:
Justin Starry
2022-01-17 17:43:17 +08:00
committed by GitHub
parent 901b2881fb
commit 2c38a9213f
7 changed files with 283 additions and 301 deletions

View File

@@ -1,7 +1,6 @@
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(min_specialization))]
pub mod accounts_data_meter;
pub mod compute_budget;
pub mod instruction_recorder;
pub mod invoke_context;
pub mod log_collector;