Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Dec 6, 2024
1 parent 3f0193b commit f0705d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/generated/SystemDeployer/SystemDeployer.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion contracts/src/system/TransactionPostProcessor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract TransactionPostProcessor is Initializable, AccessControl{
revert("No transactions to convert");
}

emit TransactionsConverted(transactions.length);
// emit TransactionsConverted(transactions.length);

for (uint256 i = 0; i < onBlockEndListeners.length; ++i) {
OnBlockEndCallback callback = onBlockEndListeners[i];
Expand Down

0 comments on commit f0705d1

Please sign in to comment.