Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-bousfield committed Jan 9, 2024
1 parent b75753f commit 0f61391
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arbitrator/prover/src/programs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ impl Module {
debug: bool,
gas: &mut u64,
) -> Result<(Self, StylusData)> {
// converts a number of microseconds to gas
// TODO: collapse to a single value after finalizing factors
let us_to_gas = |us: u64| {
let fudge = 2;
let sync_rate = 1_000_000 / 2;
Expand Down

0 comments on commit 0f61391

Please sign in to comment.