Skip to content

Commit

Permalink
Default turn on health check APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed Jan 12, 2024
1 parent fe62c2d commit c1febf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
static bool fFeeEstimatesInitialized = false;
static const bool DEFAULT_PROXYRANDOMIZE = true;
static const bool DEFAULT_REST_ENABLE = false;
static const bool DEFAULT_HEALTH_ENDPOINTS_ENABLE = false;
static const bool DEFAULT_HEALTH_ENDPOINTS_ENABLE = true;
static const bool DEFAULT_STOPAFTERBLOCKIMPORT = false;

// Dump addresses to banlist.dat every 15 minutes (900s)
Expand Down

0 comments on commit c1febf7

Please sign in to comment.