Corrected the preprocessor directive.

This commit is contained in:
Chris Kleeschulte 2015-08-19 11:01:48 -04:00
parent a68e51ffc4
commit 862d36191b

View File

@ -472,7 +472,7 @@ async_blocks_ready(uv_work_t *req) {
}
//If the wallet is enabled, then we should make sure we can load it
#if ENABLE_WALLET
#ifdef ENABLE_WALLET
while(pwalletMain->LoadWallet(fFirstRun) != DB_LOAD_OK) {
usleep(1E6);
}