Skip to content

Commit

Permalink
fixed an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 3, 2023
1 parent 5788dd3 commit dcb9ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/libs/LibProposing.sol
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ library LibProposing {
bytes calldata txList = inputs[1];
// perform validation and populate some fields
require(
txList.length > 0 &&
txList.length >= 0 &&
txList.length <= config.maxBytesPerTxList &&
meta.txListHash == txList.hashTxList(),
"L1:txList"
Expand Down

0 comments on commit dcb9ab7

Please sign in to comment.