Skip to content

Commit

Permalink
chore : update homepage (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg authored Aug 10, 2024
1 parent f5ede59 commit 7e31e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version = "0.5.6"
edition = "2021"
rust-version = "1.79.0"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/paradigmxyz/evm-inspectors"
repository = "https://github.com/paradigmxyz/evm-inspectors"
homepage = "https://github.com/paradigmxyz/revm-inspectors"
repository = "https://github.com/paradigmxyz/revm-inspectors"
categories = ["cryptography"]
keywords = ["ethereum", "evm", "inspectors", "tracing", "debugging"]
exclude = [
Expand Down
2 changes: 1 addition & 1 deletion src/tracing/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ impl TracingInspector {

// The gas cost is the difference between the recorded gas remaining at the start of the
// step the remaining gas here, at the end of the step.
// TODO: Figure out why this can overflow. https://github.com/paradigmxyz/evm-inspectors/pull/38
// TODO: Figure out why this can overflow. https://github.com/paradigmxyz/revm-inspectors/pull/38
step.gas_cost = step.gas_remaining.saturating_sub(interp.gas.remaining());

// set the status
Expand Down

0 comments on commit 7e31e4f

Please sign in to comment.