Skip to content

Conversation

@sergerad
Copy link
Contributor

Summary

Remove dead code.

Add more log info in blocklist loop.

Checklist

  • New features added
  • Bugs fixed
  • Unit tests added or updated
  • E2E tests added or updated
  • CI updated

for _, accessControl := range pool.accessControllers {
if !accessControl.IsAllowed(from, tx) {
log.Warn("Transaction is not allowed by access control", "from", from, "tx", tx.Hash(), "isBlockList", accessControl.IsBlocklist())
log.Warn("Transaction is not allowed by access control",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you 🙇

@sergerad sergerad merged commit 4012e7c into main Jan 23, 2025
5 checks passed
@sergerad sergerad deleted the sergerad/blocklist-fix branch January 23, 2025 03:27
sergerad pushed a commit that referenced this pull request Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants