Skip to content

Commit

Permalink
disable electra spec gen for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes committed Apr 18, 2024
1 parent 5501979 commit 239a83d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec-gen/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,6 @@ pub fn run() {
Some(Fork::Bellatrix),
Some(Fork::Capella),
Some(Fork::Deneb),
Some(Fork::Electra),
];

let mut specs = HashMap::<_, Rc<_>>::new();
Expand Down

0 comments on commit 239a83d

Please sign in to comment.