diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index df9ea44435..53ec554611 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4520,7 +4520,7 @@ void static BitcoinMiner(CWallet *pwallet) try { loop { while (vNodes.empty()) - Sleep(1000); + MilliSleep(1000); // // Create new block |