pub(crate) const TRANSACTION_VERIFY_TIMEOUT: Duration;
Expand description

Controls how long we wait for a transaction verify request to complete.

This is currently equal to BLOCK_VERIFY_TIMEOUT for consistency.

This timeout may lead to denial of service, which will be handled in #2694