Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ss-es committed Sep 24, 2024
1 parent bd62988 commit bcb0d5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sequencer/src/api/data_source.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,7 @@ impl PublicNetworkConfig {
commit_sha: self.commit_sha,
builder: self.builder,
random_builder: self.random_builder,
public_keys: HashSet::new(),
enable_registration_verification: false,
public_keys: Vec::new(),
})
}
}
Expand Down

0 comments on commit bcb0d5a

Please sign in to comment.