Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Use more specific name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Mar 22, 2023
1 parent 5446a61 commit 92d745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ impl BlockVerificationMethod {
#[strum(serialize_all = "kebab-case")]
pub enum BlockProductionMethod {
#[default]
MultiIterator,
ThreadLocalMultiIterator,
}

impl BlockProductionMethod {
Expand Down

0 comments on commit 92d745d

Please sign in to comment.