Skip to content

Commit

Permalink
fix(doc): correct order of fields (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
roynalnaruto authored Aug 9, 2024
1 parent 25f0170 commit 56e317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eips/src/eip7702/auth_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl Authorization {
/// Computes the signature hash used to sign the authorization, or recover the authority from a
/// signed authorization list item.
///
/// The signature hash is `keccak(MAGIC || rlp([chain_id, [nonce], address]))`
/// The signature hash is `keccak(MAGIC || rlp([chain_id, address, nonce]))`
#[inline]
pub fn signature_hash(&self) -> B256 {
use super::constants::MAGIC;
Expand Down

0 comments on commit 56e317d

Please sign in to comment.