ZIP 208: formatting.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-08-01 09:15:25 +01:00
parent fd499bc3a8
commit 2825f8767e
1 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ Latency optimization when requesting blocks
When ``zcashd`` sees an announced block that chains from headers that it does
not already have, it will first ask for the headers, and then the block itself.
A latency optimization is performed only if the chain is "nearly synced":
A latency optimization is performed only if the chain is "nearly synced"::
// First request the headers preceding the announced block. In the normal fully-synced
// case where a new block is announced that succeeds the current tip (no reorganization),
@ -288,7 +288,7 @@ Response to getblocks message when pruning
If pruning is enabled, when ``zcashd`` responds to an "getblocks" peer-to-peer message,
it will only include blocks that it has on disk, and is likely to still have on disk
an hour after responding to the message:
an hour after responding to the message::
// If pruning, don't inv blocks unless we have on disk and are likely to still have
// for some reasonable time window (1 hour) that block relay might require.