Skip to content

Commit

Permalink
Update l1-contracts/contracts/state-transition/StateTransitionManager…
Browse files Browse the repository at this point in the history
….sol
  • Loading branch information
StanislavBreadless authored Apr 1, 2024
1 parent 6940005 commit e5a06f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ contract StateTransitionManager is IStateTransitionManager, ReentrancyGuard, Own
maxFeePerGas: uint256(0),
maxPriorityFeePerGas: uint256(0),
paymaster: uint256(0),
// Note, that the priority protocol version is used as "nonce" for L1->L2 transactions
// Note, that the protocol version is used as "nonce" for system upgrade transactions
nonce: protocolVersion,
value: 0,
reserved: [uint256(0), 0, 0, 0],
Expand Down

0 comments on commit e5a06f0

Please sign in to comment.