aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-pr13033.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-08-13 07:42:43 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-08-13 07:41:52 -0400
commitfad389862725abe4351879e3333e47e9e5bf9e0c (patch)
tree9def60a67301a48760325ce63bdac319863000b0 /doc/release-notes-pr13033.md
parent73a09b445800aa80e2356f47f459ebf132888fa9 (diff)
downloadbitcoin-fad389862725abe4351879e3333e47e9e5bf9e0c.tar.xz
doc: move-only release notes of individual prs
Diffstat (limited to 'doc/release-notes-pr13033.md')
-rw-r--r--doc/release-notes-pr13033.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/release-notes-pr13033.md b/doc/release-notes-pr13033.md
deleted file mode 100644
index 3ab4a984db..0000000000
--- a/doc/release-notes-pr13033.md
+++ /dev/null
@@ -1,11 +0,0 @@
-Transaction index changes
--------------------------
-
-The transaction index is now built separately from the main node procedure,
-meaning the `-txindex` flag can be toggled without a full reindex. If bitcoind
-is run with `-txindex` on a node that is already partially or fully synced
-without one, the transaction index will be built in the background and become
-available once caught up. When switching from running `-txindex` to running
-without the flag, the transaction index database will *not* be deleted
-automatically, meaning it could be turned back on at a later time without a full
-resync.