You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Transactions which are dropped during transaction queue import are stored in TransactionQueue::m_dropped. A max size isn't enforced on m_dropped and m_dropped is only cleared when the entire Transaction Queue is cleared (TransactionQueue::clear), which doesn't happen during normal execution.