Skip to content

Commit

Permalink
Remove redundant and stale comment (#27229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun authored Aug 23, 2022
1 parent e4a7d01 commit 3db5e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/src/execute_cost_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3db5e82

Please sign in to comment.