diff --git a/src/libbitcoind.cc b/src/libbitcoind.cc index a0f8058a..f1c16697 100644 --- a/src/libbitcoind.cc +++ b/src/libbitcoind.cc @@ -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); }