@@ -603,10 +603,10 @@ Threads
603
603
: Started from ` main() ` in ` bitcoind.cpp ` . Responsible for starting up and
604
604
shutting down the application.
605
605
606
- - [ ThreadImport (` b-loadblk ` )] ( https://doxygen.bitcoincore.org/init_8cpp .html#ae9e290a0e829ec0198518de2eda579d1 )
606
+ - [ ThreadImport (` b-loadblk ` )] ( https://doxygen.bitcoincore.org/namespacenode .html#ab4305679079866f0f420f7dbf278381d )
607
607
: Loads blocks from ` blk*.dat ` files or ` -loadblock=<file> ` on startup.
608
608
609
- - [ ThreadScriptCheck (` b-scriptch.x ` )] ( https://doxygen.bitcoincore.org/validation_8cpp .html#a925a33e7952a157922b0bbb8dab29a20 )
609
+ - [ CCheckQueue::Loop (` b-scriptch.x ` )] ( https://doxygen.bitcoincore.org/class_c_check_queue .html#a6e7fa51d3a25e7cb65446d4b50e6a987 )
610
610
: Parallel script validation threads for transactions in blocks.
611
611
612
612
- [ ThreadHTTP (` b-http ` )] ( https://doxygen.bitcoincore.org/httpserver_8cpp.html#abb9f6ea8819672bd9a62d3695070709c )
@@ -622,7 +622,7 @@ Threads
622
622
: Does asynchronous background tasks like dumping wallet contents, dumping
623
623
addrman and running asynchronous validationinterface callbacks.
624
624
625
- - [ TorControlThread (` b-torcontrol ` )] ( https://doxygen.bitcoincore.org/torcontrol_8cpp.html#a4faed3692d57a0d7bdbecf3b37f72de0 )
625
+ - [ TorControlThread (` b-torcontrol ` )] ( https://doxygen.bitcoincore.org/torcontrol_8cpp.html#a52a3efff23634500bb42c6474f306091 )
626
626
: Libevent thread for tor connections.
627
627
628
628
- Net threads:
@@ -634,7 +634,7 @@ Threads
634
634
- [ ThreadDNSAddressSeed (` b-dnsseed ` )] ( https://doxygen.bitcoincore.org/class_c_connman.html#aa7c6970ed98a4a7bafbc071d24897d13 )
635
635
: Loads addresses of peers from the DNS.
636
636
637
- - [ ThreadMapPort (` b-upnp ` ) ] ( https://doxygen.bitcoincore.org/net_8cpp.html#a63f82a71c4169290c2db1651a9bbe249 )
637
+ - ThreadMapPort (` b-mapport ` )
638
638
: Universal plug-and-play startup/shutdown.
639
639
640
640
- [ ThreadSocketHandler (` b-net ` )] ( https://doxygen.bitcoincore.org/class_c_connman.html#a765597cbfe99c083d8fa3d61bb464e34 )
0 commit comments