Skip to content

Commit a0c55b4

Browse files
[3.3] remove experimental tag for historical commitments trie (#18011)
pick #18006 --------- Co-authored-by: Giulio Rebuffo <giulio.rebuffo@gmail.com>
1 parent 7fa9e23 commit a0c55b4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cmd/utils/flags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,9 +1085,9 @@ var (
10851085
Value: false,
10861086
}
10871087
KeepExecutionProofsFlag = cli.BoolFlag{
1088-
Name: "prune.experimental.include-commitment-history",
1088+
Name: "prune.include-commitment-history",
10891089
Usage: "Enables blazing fast eth_getProof for executed block",
1090-
Aliases: []string{"experimental.commitment-history"},
1090+
Aliases: []string{"experimental.commitment-history", "prune.experimental.include-commitment-history"},
10911091
}
10921092

10931093
// ErigonDB geometry settings

node/eth/backend.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,6 +1754,5 @@ func (e *engineAPISwitcher) SetConsuming(consuming bool) {
17541754
if e.backend.engineBackendRPC == nil {
17551755
return
17561756
}
1757-
17581757
e.backend.engineBackendRPC.SetConsuming(consuming)
17591758
}

0 commit comments

Comments
 (0)