Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core/txpool/blobpool: downgrade "Blob transaction swapped out by sign… #31367

Closed
wants to merge 1 commit into from

Conversation

VolodymyrBg
Copy link

…er" to debug level

This pull request changes the log level of the "Blob transaction swapped out by signer"
message from Warn to Debug. This message appears when a transaction is being
offloaded from the blob pool to the limbo, but its hash is not found in the
inclusions map.

This is expected behavior when a transaction is replaced by another transaction
from the same signer (with the same nonce), and should not be treated as a
warning condition.

Fixes #31363

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…er" to debug level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning "Blob transaction swapped out by signer"
1 participant