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

Commit

Permalink
Update packages/ethereum/ethereum/src/forking/handlers/http-handler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch authored Aug 5, 2023
1 parent 6c0d4a9 commit b3dab22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { BaseHandler } from "./base-handler";
import { Handler } from "../types";
import Deferred from "../deferred";

// Work around a node v20.0.0, v20.1.0, and v20.1.2 bug. The issue was fixed
// Work around a node v20.0.0, v20.1.0, and v20.2.0 bug. The issue was fixed
// in v20.3.0.
// https://github.com/nodejs/node/issues/47822#issuecomment-1564708870
// Safe to remove once support for Node v20 is dropped.
Expand Down

0 comments on commit b3dab22

Please sign in to comment.