aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-03-12 10:46:50 +0800
committerfanquake <fanquake@gmail.com>2019-09-12 20:28:17 +1000
commit376f4929f8f75011b72b2f9c3164980db482278a (patch)
treef88f0ad46d9cabef19f70d337770a6dbcfbb57eb /doc
parent04d9939f460d6f6e08ef07d1c437013977cf9816 (diff)
downloadbitcoin-376f4929f8f75011b72b2f9c3164980db482278a.tar.xz
build: disable BIP70 support by default
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-15584.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes-15584.md b/doc/release-notes-15584.md
new file mode 100644
index 0000000000..3d9b1cc903
--- /dev/null
+++ b/doc/release-notes-15584.md
@@ -0,0 +1,4 @@
+GUI Changes
+-----------
+- In 0.18.0 a `./configure` flag was introduced to allow disabling BIP70 support in the GUI (support was enabled by default). In 0.19.0 this flag is now __disabled__ by default.
+- If you want compile Bitcoin Core with BIP70 support in the GUI, you can pass `--enable-bip70` to `./configure`. \ No newline at end of file