diff options
author | benthecarman <benthecarman@live.com> | 2021-01-15 14:05:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 14:05:59 -0600 |
commit | 9a42b5e6553424908830db0cf1aafe9607d30b62 (patch) | |
tree | 5c10cece06594ebccde47b48259317052979a83f | |
parent | 32e59fc371080def4b0be2adbe6486a4ba059972 (diff) |
Fix 0.21.0 release note to specify correct option BIP 157 support
-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 |