Unauthenticated `reset_transaction_pool` admin RPC purges the mempool
The handler calls `purge_transactions()` with no token, header, or caller check, so against an admin-API node bound to a reachable interface any remote party can clear the entire mempool with a single unauthenticated POST — and repeat it to suppress transactions and stall confirmations.