aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-04-01 17:27:54 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-04-01 17:27:54 +0200
commitfe3122580e9bc6e1b7d6c11fb6b2175e7a06f528 (patch)
treedaa26d18857ed378450df77334b9839fa206fb0e
parent2b7636c3d64361d44f6d94bf8f26d7e2fde8d55f (diff)
downloadbitcoin-0.10.1rc1.tar.xz
update release notes for #5953/#5900v0.10.1rc1
-rw-r--r--doc/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 08d7beec0d..f30436fd8d 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -64,6 +64,7 @@ Block (database) and transaction handling:
- `1d2cdd2` Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates
- `c91c660` fix InvalidateBlock to repopulate setBlockIndexCandidates
- `002c8a2` fix possible block db breakage during re-index
+- `a1f425b` Add (optional) consistency check for the block chain data structures
P2P protocol and network code:
- `78f64ef` don't trickle for whitelisted nodes