From 3db5e82c0a31bea12c9ad4857e00e7755cdc14bf Mon Sep 17 00:00:00 2001 From: Ryo Onodera Date: Tue, 23 Aug 2022 13:43:25 +0900 Subject: [PATCH] Remove redundant and stale comment (#27229) --- runtime/src/execute_cost_table.rs | 1 - 1 file changed, 1 deletion(-) 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 }