diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index c798f846..f3868232 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -1459,6 +1459,9 @@ example, TXIDs will be in internal byte order). if the `BLOOM_UPDATE_P2PUBKEY_ONLY` flag was set. See the subsection below for details.) +As of Dash Core 0.14.0, elements in the extra payload section of DIP2-based +special transactions are also compared against bloom filters. + The following annotated hexdump of a transaction is from the [raw transaction format section][raw transaction format]; the elements which would be checked by the filter are emphasized in bold. Note that this diff --git a/_includes/references.md b/_includes/references.md index eaccd47a..dcba0bb2 100644 --- a/_includes/references.md +++ b/_includes/references.md @@ -239,7 +239,7 @@ http://opensource.org/licenses/MIT. {% comment %}{% endcomment %} [filteradd message]: /en/developer-reference#filteradd "A P2P protocol message used to add a data element to an existing bloom filter." [filterclear message]: /en/developer-reference#filterclear "A P2P protocol message used to remove an existing bloom filter." -[filterload message]: /en/developer-reference#filterclear "A P2P protocol message used to send a filter to a remote peer, requesting that they only send transactions which match the filter." +[filterload message]: /en/developer-reference#filterload "A P2P protocol message used to send a filter to a remote peer, requesting that they only send transactions which match the filter." [getaddr message]: /en/developer-reference#getaddr "A P2P protool message used to request an addr message containing connection information for other nodes" [getblocks message]: /en/developer-reference#getblocks "A P2P protocol message used to request an inv message containing a range of block header hashes" [getblocktxn message]: /en/developer-reference#getblocktxn "A P2P protocol message used to request transactions from a compact block"