mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-18 13:28:33 +00:00
Rename Merge to Bellatrix (#5601)
* Rename Merge to Bellatrix * Remove tree-hash-cache which got readded from the rebase
This commit is contained in:
@@ -433,7 +433,7 @@ fn main() {
|
||||
.takes_value(true)
|
||||
.default_value("bellatrix")
|
||||
.help("The fork for which the execution payload header should be created.")
|
||||
.possible_values(&["merge", "bellatrix", "capella", "deneb", "electra"])
|
||||
.possible_values(&["bellatrix", "capella", "deneb", "electra"])
|
||||
)
|
||||
)
|
||||
.subcommand(
|
||||
|
||||
Reference in New Issue
Block a user