aboutsummaryrefslogtreecommitdiff
path: root/doc/release-process.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-09-21 12:21:13 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-10-04 13:27:38 +0200
commiteeeebdd3cba1e69835f826236f7d71ee8d76ace4 (patch)
tree656826ddb80cb9d0d0130092dd0c4ae5a17c5234 /doc/release-process.md
parent7dce175f5d89c9185f4cd7bfbd7626205b122001 (diff)
downloadbitcoin-eeeebdd3cba1e69835f826236f7d71ee8d76ace4.tar.xz
[doc] Rework docs
* Minor formatting such as adjusting links * Move sections of `doc/multiwallet-qt.md` to the source code and delete the file, as it is outdated * Fix typo in the release notes * Amend release process to mention update of BLOCK_CHAIN_SIZE
Diffstat (limited to 'doc/release-process.md')
-rw-r--r--doc/release-process.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md
index d07f9a89ad..63f75fb399 100644
--- a/doc/release-process.md
+++ b/doc/release-process.md
@@ -16,6 +16,7 @@ Before every minor and major release:
Before every major release:
* Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example.
+* Update [`BLOCK_CHAIN_SIZE`](/src/qt/intro.cpp) to the current size plus some overhead.
### First time / New builders