diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2021-01-16 11:17:03 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2021-01-16 11:17:23 +0100 |
commit | 30e664dcce1a9adb9ba9a29e4f0cf809767870dd (patch) | |
tree | 5c10cece06594ebccde47b48259317052979a83f | |
parent | 32e59fc371080def4b0be2adbe6486a4ba059972 (diff) | |
parent | 9a42b5e6553424908830db0cf1aafe9607d30b62 (diff) |
Merge #20945: Fix 0.21.0 release note to specify correct option BIP 157 support
9a42b5e6553424908830db0cf1aafe9607d30b62 Fix 0.21.0 release note to specify correct option BIP 157 support (benthecarman)
Pull request description:
https://github.com/bitcoin/bitcoin/blob/master/src/init.cpp#L452
ACKs for top commit:
mjdietzx:
ACK 9a42b5e6553424908830db0cf1aafe9607d30b62
laanwj:
ACK 9a42b5e6553424908830db0cf1aafe9607d30b62
Tree-SHA512: 901195434046fd8a18a2329104b69e0ecc1bdb2bba1fe0688fb4a7c5992e9bdd66b8e50f46873f4ddf5ffe3c9aed860ccb01584812b06d865bd06fcd2b14c42b
-rw-r--r-- | doc/release-notes/release-notes-0.21.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes/release-notes-0.21.0.md b/doc/release-notes/release-notes-0.21.0.md index 66aee77643..3baba3d49b 100644 --- a/doc/release-notes/release-notes-0.21.0.md +++ b/doc/release-notes/release-notes-0.21.0.md @@ -100,7 +100,7 @@ P2P and network changes - This release adds support for serving [BIP157](https://github.com/bitcoin/bips/blob/master/bip-0157.mediawiki) compact filters to peers on the network when enabled using - `-blockfilterindex=1 -peercfilters=1`. (#16442) + `-blockfilterindex=1 -peerblockfilters=1`. (#16442) - This release adds support for signets ([BIP325](https://github.com/bitcoin/bips/blob/master/bip-0325.mediawiki)) in |