Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
Co-authored-by: acolytec3 <[email protected]>
  • Loading branch information
g11tech and acolytec3 authored Dec 14, 2022
1 parent 5a27430 commit 30310b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ export class Common extends EventEmitter {
hardfork = hardfork ?? this._hardfork
const hfs = this.hardforks()
let hfIndex = hfs.findIndex((hf) => hf.name === hardfork)
// If the current hardfork is merge go, one behind as merge hf is not part of these
// If the current hardfork is merge, go one behind as merge hf is not part of these
// calcs even if the merge hf block is set
if (hardfork === Hardfork.Merge) {
hfIndex -= 1
Expand Down

1 comment on commit 30310b7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 30310b7 Previous: 7e77b0f Ratio
Block 9422905 9571 ops/sec (±2.69%) 19432 ops/sec (±3.09%) 2.03
Block 9422906 9306 ops/sec (±4.48%) 19443 ops/sec (±1.37%) 2.09
Block 9422908 9550 ops/sec (±2.50%) 19158 ops/sec (±1.50%) 2.01
Block 9422910 8829 ops/sec (±7.31%) 18880 ops/sec (±1.53%) 2.14

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.