Corrected the preprocessor directive.
This commit is contained in:
parent
a68e51ffc4
commit
862d36191b
@ -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);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user