Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Unqueue invalid transactions when skipping #13918

Merged
merged 1 commit into from
Apr 14, 2023

Commits on Apr 13, 2023

  1. Unqueue invalid transactions when skipping

    The check was intially added by: #5121
    
    But a later pr fixed it properly: #9789
    
    TLDR: We don't need to check for skipped anymore, as we already remove all transactions that are
    being unlocked by an invalid transactions and thus, we will not tag them as invalid directly because
    the nonce for example is incorrect.
    
    Fixes: #13911
    bkchr committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6f0c80c View commit details
    Browse the repository at this point in the history