From 57eebff2474e52bc0c077b39caa64115b8fe27f6 Mon Sep 17 00:00:00 2001 From: lodembeep <48884244+lodembeep@users.noreply.github.com> Date: Tue, 27 Apr 2021 12:51:23 +0000 Subject: [PATCH 1/2] Update p2p_networking.rst Fix minor Typo --- reference/p2p_networking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/p2p_networking.rst b/reference/p2p_networking.rst index 488ba3a..7fa2693 100644 --- a/reference/p2p_networking.rst +++ b/reference/p2p_networking.rst @@ -159,7 +159,7 @@ Peers which have been disconnected may have stale blocks in their locally-stored Note: the receiving peer itself may respond with an `“inv” message <../reference/p2p_networking.html#inv>`__ containing header hashes of stale blocks. It is up to the requesting peer to poll all of its peers to find the best block chain. -If the receiving peer does not find a common header hash within the list, it will assume the last common block was the genesis block (block zero), so it will reply with in `“inv” message <../reference/p2p_networking.html#inv>`__ containing header hashes starting with block one (the first block after the genesis block). +If the receiving peer does not find a common header hash within the list, it will assume the last common block was the genesis block (block zero), so it will reply with an `“inv” message <../reference/p2p_networking.html#inv>`__ containing header hashes starting with block one (the first block after the genesis block). +----------+---------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Bytes | Name | Data Type | Description | From 38a86fcb15ca576b533f7a0bdc5cf55e6afb6ecd Mon Sep 17 00:00:00 2001 From: lodembeep <48884244+lodembeep@users.noreply.github.com> Date: Tue, 27 Apr 2021 14:07:07 +0000 Subject: [PATCH 2/2] Update p2p_networking.rst Fix second Typo --- reference/p2p_networking.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/p2p_networking.rst b/reference/p2p_networking.rst index 7fa2693..cc8c473 100644 --- a/reference/p2p_networking.rst +++ b/reference/p2p_networking.rst @@ -315,7 +315,7 @@ If a filter has been previously set with the `“filterload” message <../refer +----------+-------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | *Varies* | flag byte count | compactSize uint | The number of flag bytes in the following field. | +----------+-------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ -| *Varies* | flags | byte[] | A sequence of bits packed eight in a byte with the least significant bit first. May be padded to the nearest byte boundary but must not contain any more bits than that. Used to assign the hashes to particular nodes in the merkle tree as described below. | +| *Varies* | flags | byte[] | A sequence of eight bits packed in a byte with the least significant bit first. May be padded to the nearest byte boundary but must not contain any more bits than that. Used to assign the hashes to particular nodes in the merkle tree as described below. | +----------+-------------------+------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ The annotated hexdump below shows a `“merkleblock” message <../reference/p2p_networking.html#merkleblock>`__ which corresponds to the examples below. (The message header has been omitted.)