aboutsummaryrefslogtreecommitdiff
path: root/doc/developer-notes.md
diff options
context:
space:
mode:
authortryphe <tryphe@users.noreply.github.com>2019-05-04 22:01:51 -0400
committerFabian Jahr <fjahr@protonmail.com>2019-11-05 16:47:26 +0100
commit104f7de5934f13b837fcf21f6d6b2559799eabe2 (patch)
tree036d1588cb7e48827a338a687be41e200c10a1c9 /doc/developer-notes.md
parenta689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff)
downloadbitcoin-104f7de5934f13b837fcf21f6d6b2559799eabe2.tar.xz
remove old bootstrap relevant code
- only load blockfiles when we have paths - add release notes for modified bootstrap functionality - amend documentation on ThreadImport
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r--doc/developer-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index f4a5e2d330..ae7f01cd24 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -385,7 +385,7 @@ Threads
- ThreadScriptCheck : Verifies block scripts.
-- ThreadImport : Loads blocks from blk*.dat files or bootstrap.dat.
+- ThreadImport : Loads blocks from `blk*.dat` files or `-loadblock=<file>`.
- StartNode : Starts other threads.