We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b91f0 commit 3b65643Copy full SHA for 3b65643
packages/hardhat-core/test/internal/hardhat-network/provider/modules/eth/methods/sendTransaction.ts
@@ -60,7 +60,7 @@ describe("Eth module", function () {
60
// of Ethereum: its state transition function.
61
//
62
// We have mostly test about logic added on top of that, and will add new ones whenever
63
- // suitable. This is approximately the same as assuming that @nomicfoundation/ethereumjs-vm is correct, which
+ // suitable. This is approximately the same as assuming that EDR is correct, which
64
// seems reasonable, and if it weren't we should address the issues there.
65
66
describe("Params validation", function () {
0 commit comments