build: disable BIP70 support by default

This commit is contained in:
fanquake
2019-03-12 10:46:50 +08:00
parent 04d9939f46
commit 376f4929f8
8 changed files with 13 additions and 9 deletions

View File

@@ -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`.