Constant zebra_consensus::transaction::POLL_MEMPOOL_DELAY
source · const POLL_MEMPOOL_DELAY: Duration;
Expand description
How long to wait after responding to a mempool request with a transaction that creates new
transparent outputs before polling the mempool service so that it will try adding the verified
transaction and responding to any potential AwaitOutput
requests.
This should be long enough for the mempool service’s Downloads
to finish processing the
response from the transaction verifier.