diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-11-08 12:56:36 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-11-08 12:56:40 -0500 |
commit | e70a19e7132dac91b7948fcbfac086f86fec3d88 (patch) | |
tree | 46606943a1db42bad633c7b2b4f39244a97e1666 /src | |
parent | e52781067bb463f9ec51fbe405067f52dbf4330d (diff) | |
parent | fa4da3c0588244e13bad66a84e1393fdf4735a81 (diff) |
Merge #14684: [doc] conf: Remove deprecated options from docs, Other cleanup
fa4da3c058 [doc] conf: Remove deprecated options from docs, Other cleanup (MarcoFalke)
Pull request description:
Some dumb fixes, like removing the mention that free transactions are still a thing or that rpcuser/pass should be used (as opposed to rpcauth or rpc cookie).
Combined with other fixes because I don't want to create 3 pull requests:
* conf: Remove deprecated options from docs
* Remove only mention of MIT/X11
* Link to developer notes in README.md
Tree-SHA512: 9e45dc6c63037e7618cf3c871d7d9e65b66f1a952f91a6e623d97d90171e29bc40299a06029c4dc21a0f579e68021e3663186bd3a65e3ab333aff711f7dcb2bf
Diffstat (limited to 'src')
-rw-r--r-- | src/test/pow_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/pow_tests.cpp b/src/test/pow_tests.cpp index f788c34e05..26cdc9bc5c 100644 --- a/src/test/pow_tests.cpp +++ b/src/test/pow_tests.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2015-2018 The Bitcoin Core developers -// Distributed under the MIT/X11 software license, see the accompanying +// Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <chain.h> |