const MEMPOOL_OUTPUT_LOOKUP_TIMEOUT: Duration;
Expand description
A timeout applied to output lookup requests sent to the mempool. This is shorter than the timeout for the state UTXO lookups because a block is likely to be mined every 75 seconds after Blossom is active, changing the best chain tip and requiring re-verification of transactions in the mempool.
This is how long Zebra will wait for an output to be added to the mempool before verification of the transaction that spends it will fail.