diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-08 14:35:02 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-08 14:42:07 +0100 |
commit | 549e69a558a045829d2910c5d172e91f49101a31 (patch) | |
tree | 307aa78abcf9d1f5c76e061c597029722aa283fd /src/init.h | |
parent | d696820b45d9b6be1c21a65f2c8ed3b260938cb7 (diff) | |
parent | 8b9adca4461d0cb6bdfca7b74228d430b9b9d116 (diff) |
Merge pull request #3449
8b9adca Allow `-noserver` with bitcoind (Wladimir J. van der Laan)
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.h b/src/init.h index 018d2d5ea3..2f56923055 100644 --- a/src/init.h +++ b/src/init.h @@ -20,7 +20,7 @@ extern CWallet* pwalletMain; void StartShutdown(); bool ShutdownRequested(); void Shutdown(); -bool AppInit2(boost::thread_group& threadGroup, bool fForceServer); +bool AppInit2(boost::thread_group& threadGroup); /* The help message mode determines what help message to show */ enum HelpMessageMode |