Skip to content

Commit

Permalink
fix: getPC typo (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Feb 10, 2024
1 parent 08b6779 commit 64ceea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracing/js/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ impl StepLog {
let get_refund = js_value_getter!(refund, context);
let get_depth = js_value_getter!(depth, context);

obj.set("getPc", get_pc, false, context)?;
obj.set("getPC", get_pc, false, context)?;
obj.set("getError", get_error, false, context)?;
obj.set("getGas", get_gas, false, context)?;
obj.set("getCost", get_cost, false, context)?;
Expand Down

0 comments on commit 64ceea9

Please sign in to comment.