Skip to content

Commit

Permalink
Update comment in init.cpp to actually make sense
Browse files Browse the repository at this point in the history
Summary: See title

Test Plan: Read it

Reviewers: deadalnix, schancel, #bitcoin_abc

Reviewed By: deadalnix, #bitcoin_abc

Subscribers: teamcity

Differential Revision: https://reviews.bitcoinabc.org/D1548
  • Loading branch information
jasonbcox committed Jul 9, 2018
1 parent 0127108 commit 742037f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1733,10 +1733,10 @@ bool AppInitMain(Config &config, boost::thread_group &threadGroup,
threadGroup.create_thread(boost::bind(&TraceThread<CScheduler::Function>,
"scheduler", serviceLoop));

/* Start the RPC server already. It will be started in "warmup" mode
* and not really process calls already (but it will signify connections
* that the server is there and will be ready later). Warmup mode will
* be disabled when initialisation is finished.
/* Start the RPC server. It will be started in "warmup" mode and not
* process calls yet (but it will verify that the server is there and
* will be ready later). Warmup mode will be completed when initialisation
* is finished.
*/
if (gArgs.GetBoolArg("-server", false)) {
uiInterface.InitMessage.connect(SetRPCWarmupStatus);
Expand Down

0 comments on commit 742037f

Please sign in to comment.