Skip to content

Commit

Permalink
Merge pull request #224 from bcnmy/release/prepare-revert-check
Browse files Browse the repository at this point in the history
Revert to last audited commit (9f1c23f6)
  • Loading branch information
filmakarov authored Dec 9, 2024
2 parents d6d15af + 1a63642 commit 90b2d5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/lib/ExecLib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ library ExecLib {
// Extract the ERC7579 Executions
executionBatch.offset := add(dataPointer, 32)
executionBatch.length := calldataload(dataPointer)
if lt(callData.length, executionBatch.length) {
revert(0, 0)
}
}
}

Expand Down

0 comments on commit 90b2d5a

Please sign in to comment.