Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Enable in-memory overlay by default (ledgerwatch#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Jul 8, 2022
1 parent eec5fa4 commit d54a007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ var (
Name: "experimental.tevm",
Usage: "Enables Transpiled EVM experiment",
}
MemoryOverlayFlag = cli.BoolFlag{
MemoryOverlayFlag = cli.BoolTFlag{
Name: "experimental.overlay",
Usage: "Enables In-Memory Overlay for PoS",
}
Expand Down

0 comments on commit d54a007

Please sign in to comment.