Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clippy
  • Loading branch information
rakita committed Jun 10, 2024
commit 667ccaa0ff30dc03c0d6a8604a876e4df5f7c31f
2 changes: 1 addition & 1 deletion crates/primitives/src/bytecode/eof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub const EOF_MAGIC_HASH: B256 =
pub const EOF_MAGIC: u16 = 0xEF00;

/// EOF magic number in array form.
pub const EOF_MAGIC_BYTES: Bytes = bytes!("ef00");
pub static EOF_MAGIC_BYTES: Bytes = bytes!("ef00");

/// EOF - Ethereum Object Format.
///
Expand Down