Skip to content

Commit

Permalink
typo (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoherrerai authored Aug 28, 2023
1 parent 0012ffb commit 579eb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/primitives/src/aliases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub type BlockHash = B256;
/// A block number.
pub type BlockNumber = u64;

/// A transaction hash is a kecack hash of an RLP encoded signed transaction.
/// A transaction hash is a keccak hash of an RLP encoded signed transaction.
pub type TxHash = B256;

/// The sequence number of all existing transactions.
Expand Down

0 comments on commit 579eb08

Please sign in to comment.