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

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Jan 7, 2024
1 parent 0b238cd commit 508f6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/libraries/TransactionHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uint8 constant EIP_2930_TX_TYPE = 0x01;
/// @dev The type id of EIP1559 transactions.
uint8 constant EIP_1559_TX_TYPE = 0x02;

/// @notice Structure used to represent zkSync transaction.
/// @notice Structure used to represent a zkSync transaction.
struct Transaction {
// The type of the transaction.
uint256 txType;
Expand Down

0 comments on commit 508f6e8

Please sign in to comment.