File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments