Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jun 10, 2024
1 parent f3e69bc commit 667ccaa
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 667ccaa

Please sign in to comment.