mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01:00
[trivial] Reuse translation and cleanup DEFAULT_* values
* DEFAULT_DISABLE_SAFEMODE = false * Use DEFAULT_* constants for extern bools
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
#include <boost/thread/exceptions.hpp>
|
||||
|
||||
static const bool DEFAULT_LOGTIMEMICROS = false;
|
||||
static const bool DEFAULT_LOGIPS = false;
|
||||
static const bool DEFAULT_LOGTIMESTAMPS = true;
|
||||
|
||||
/** Signals for translation. */
|
||||
class CTranslationInterface
|
||||
|
||||
Reference in New Issue
Block a user