Follow-up to #32800.
This fixes the RPC help text for MempoolEntryDescription(). These docs are used by mempool-entry RPCs such as getmempoolentry, verbose getrawmempool, getmempoolancestors, and getmempooldescendants.
The vsize fields in those results describe transactions already in the mempool, so they are always returned and there is no allowed field. This removes the incorrect optional markers and the testmempoolaccept-specific “only present when allowed is true” wording.
No behavior change.