diff --git a/runtime/src/execute_cost_table.rs b/runtime/src/execute_cost_table.rs index 922d31c1c0ed7e..158b544f9d5c13 100644 --- a/runtime/src/execute_cost_table.rs +++ b/runtime/src/execute_cost_table.rs @@ -44,7 +44,6 @@ impl ExecuteCostTable { self.table.len() } - /// default program cost, set to ComputeBudget::DEFAULT_COMPUTE_UNIT_LIMIT pub fn get_default_compute_unit_limit(&self) -> u64 { DEFAULT_INSTRUCTION_COMPUTE_UNIT_LIMIT as u64 }