diff options
| author | MarcoFalke <[email protected]> | 2018-09-09 14:04:18 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-09-09 13:54:18 -0400 |
| commit | faea5bfc5a975874acf763082852ed532ed81a95 (patch) | |
| tree | d314b9270d27d683a87f24780bab96281ecf223b | |
| parent | p2p: Disable BIP 61 by default (diff) | |
| download | discoin-faea5bfc5a975874acf763082852ed532ed81a95.tar.xz discoin-faea5bfc5a975874acf763082852ed532ed81a95.zip | |
doc: release notes for -enablebip61 default change
| -rw-r--r-- | doc/release-notes.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index d3ba06765..2044a5009 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -59,6 +59,16 @@ support versions of macOS older than 10.10. Notable changes =============== +Command line option changes +--------------------------- + +The `-enablebip61` command line option (introduced in Bitcoin Core 0.17.0) is +used to toggle sending of BIP 61 reject messages. Reject messages have no use +case on the P2P network and are only logged for debugging by most network +nodes. The option will now by default be off for improved privacy and security +as well as reduced upload usage. The option can explicitly be turned on for +local-network debugging purposes. + Example item ------------ |