Skip to content

Commit

Permalink
Temporary enable DebugEth1 feature by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Povilas Liubauskas committed Oct 29, 2024
1 parent 6d50ac1 commit 5a8fb8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grandine/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ impl Context {

let signer_snapshot = signer.load();

// TODO: remove this when done debugging Eth1
Feature::DebugEth1.enable();

if eth1_rpc_urls.is_empty() {
ensure!(
signer_snapshot.no_keys(),
Expand Down

0 comments on commit 5a8fb8e

Please sign in to comment.