mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Dev Docs: Clarify Bitcoin Core Block Broadcast Behavior
Based on a question from Bitcoin.SE: http://bitcoin.stackexchange.com/q/37807
This commit is contained in:
parent
fcc713b2e8
commit
b847610e1b
1 changed files with 3 additions and 0 deletions
|
@ -457,6 +457,9 @@ peers using one of the following methods:
|
|||
bloom filter in a `merkleblock` message followed by zero or more
|
||||
`tx` messages.
|
||||
|
||||
By default, Bitcoin Core broadcasts blocks using standard block relay,
|
||||
but it will accept blocks sent using either of the methods described above.
|
||||
|
||||
Full nodes validate the received block and then advertise it to their
|
||||
peers using the standard block relay method described above. The condensed
|
||||
table below highlights the operation of the messages described above
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue