Skip to content

Commit

Permalink
Fix a comment typo
Browse files Browse the repository at this point in the history
Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
  • Loading branch information
teor2345 and oxarbitrage authored Nov 2, 2022
1 parent 6d902f7 commit d1f57bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub struct DefaultRoots {
#[serde(with = "hex")]
pub chain_history_root: ChainHistoryMmrRootHash,

/// The merkle root of the authorizine data hashes of the transactions in the block.
/// The merkle root of the authorizing data hashes of the transactions in the block.
#[serde(rename = "authdataroot")]
#[serde(with = "hex")]
pub auth_data_root: AuthDataRoot,
Expand Down

0 comments on commit d1f57bc

Please sign in to comment.