Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Aug 10, 2024
1 parent a466e2f commit 16c3933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/eip7702/bytecode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl Eip7702Bytecode {
return None;
}

// Only suported version is version 0.
// Only supported version is version 0.
if raw[2] != EIP7702_VERSION {
return None;
}
Expand Down

0 comments on commit 16c3933

Please sign in to comment.