Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

chore(docs): fix typos #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/DefaultAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ contract DefaultAccount is IAccount {
/// @param _suggestedSignedHash The suggested hash of the transaction to be signed by the user.
/// This is the hash that is signed by the EOA by default.
/// @param _transaction The transaction structure itself.
/// @dev Besides the params above, it also accepts unused first paramter "_txHash", which
/// @dev Besides the params above, it also accepts unused first parameter "_txHash", which
/// is the unique (canonical) hash of the transaction.
function validateTransaction(
bytes32, // _txHash
Expand Down