Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-stones committed Aug 17, 2021
1 parent 466ec45 commit 4a40b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/block_cost_limits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub const fn account_cost_max() -> u64 {
}

pub const fn compute_unit_to_us_ratio() -> u64 {
(MAX_INSTRUCTION_COST / AVG_INSTRUCTION_TIME_US) * SYSTEM_PARALLELISM;
(MAX_INSTRUCTION_COST / AVG_INSTRUCTION_TIME_US) * SYSTEM_PARALLELISM
}

pub const fn signature_cost() -> u64 {
Expand Down

0 comments on commit 4a40b37

Please sign in to comment.