Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Nov 7, 2024
1 parent 4c79213 commit f0f5563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/primitives/src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ macro_rules! spec_to_generic {
use $crate::PragueSpec as SPEC;
$e
}
$crate::SpecId::PRAGUE_EOF => {
$crate::SpecId::OSAKA => {
use $crate::PragueEofSpec as SPEC;
$e
}
Expand Down Expand Up @@ -747,7 +747,7 @@ mod tests {
#[cfg(not(feature = "bsc"))]
spec_to_generic!(PRAGUE, assert_eq!(SPEC::SPEC_ID, PRAGUE));
#[cfg(not(feature = "bsc"))]
spec_to_generic!(PRAGUE_EOF, assert_eq!(SPEC::SPEC_ID, PRAGUE_EOF));
spec_to_generic!(OSAKA, assert_eq!(SPEC::SPEC_ID, OSAKA));
#[cfg(any(feature = "bsc", feature = "opbnb"))]
spec_to_generic!(HABER, assert_eq!(SPEC::SPEC_ID, HABER));
spec_to_generic!(OSAKA, assert_eq!(SPEC::SPEC_ID, OSAKA));
Expand Down

0 comments on commit f0f5563

Please sign in to comment.