diff options
| author | John Newbery <[email protected]> | 2019-03-14 19:18:31 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2019-03-15 09:16:12 -0400 |
| commit | 92f3e808f65f9d3574c6c4ad866fa6bb20950ca7 (patch) | |
| tree | c0bb85507d07d7333efb483ff444932a6af3a718 | |
| parent | Merge #15583: wallet: Log and ignore errors in ListWalletDir and IsBerkeleyBtree (diff) | |
| download | discoin-92f3e808f65f9d3574c6c4ad866fa6bb20950ca7.tar.xz discoin-92f3e808f65f9d3574c6c4ad866fa6bb20950ca7.zip | |
[docs] release note for disabling reject messages by default
| -rw-r--r-- | doc/release-notes-14054.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes-14054.md b/doc/release-notes-14054.md new file mode 100644 index 000000000..d8cad369c --- /dev/null +++ b/doc/release-notes-14054.md @@ -0,0 +1,7 @@ +P2P changes +----------- + +BIP 61 reject messages were deprecated in v0.18. They are now disabled by +default, but can be enabled by setting the `-enablebip61` command line option. +BIP 61 reject messages will be removed entirely in a future version of +Bitcoin Core. |