Skip to content

Commit

Permalink
Revert "correction core"
Browse files Browse the repository at this point in the history
This reverts commit 7c766b6.
  • Loading branch information
douglashipocreme committed Aug 2, 2018
1 parent 7c766b6 commit 61ad62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CryptoNoteCore/Core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ bool Core::queryBlocksLite(const std::vector<Crypto::Hash>& knownBlockHashes, ui

return true;
} catch (std::exception&) {
logger(Logging::ERROR) << "Failed to query blocks: " << e.what();
// TODO log
return false;
}
}
Expand Down

0 comments on commit 61ad62e

Please sign in to comment.