Skip to content

Commit

Permalink
Return custom hardforks properly
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored Apr 24, 2024
1 parent 3125eac commit ce18319
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 @@ -962,7 +962,7 @@ export class Common {
hardforks(): HardforkTransitionConfig[] {
const hfs = this._chainParams.hardforks
if (this._chainParams.customHardforks !== undefined) {
this._chainParams.customHardforks
return this._chainParams.customHardforks
}
return hfs
}
Expand Down

0 comments on commit ce18319

Please sign in to comment.