From f8960f181331cdf0e89f201d05ab5cb242e25e37 Mon Sep 17 00:00:00 2001 From: yihau Date: Fri, 15 Dec 2023 01:51:02 +0800 Subject: [PATCH] remove unused imports --- runtime/src/accounts/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/accounts/mod.rs b/runtime/src/accounts/mod.rs index da3231ba991129..e5349a8bd846f6 100644 --- a/runtime/src/accounts/mod.rs +++ b/runtime/src/accounts/mod.rs @@ -28,7 +28,7 @@ use { account_utils::StateMut, bpf_loader_upgradeable::{self, UpgradeableLoaderState}, feature_set::{ - self, include_loaded_accounts_data_size_in_fee_calculation, + include_loaded_accounts_data_size_in_fee_calculation, remove_congestion_multiplier_from_fee_calculation, simplify_writable_program_account_check, FeatureSet, },