Skip to content

Commit

Permalink
indent properly
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMechanic committed Dec 14, 2024
1 parent 5854b33 commit 06e9cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/datum_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,12 @@ int datum_read_config(const char *conffile) {
DLOG_FATAL("Stratum server stratum.stratum_v1_share_stale_seconds must be at least 60 (suggest 120)");
return 0;
}
if (datum_config.stratum_v1_share_stale_seconds > 150) {
DLOG_FATAL("Stratum server stratum.stratum_v1_share_stale_seconds must not exceed 150 (suggest 120)");
return 0;
}

// Save some multiplication later
datum_config.datum_protocol_global_timeout_ms = datum_config.datum_protocol_global_timeout * 1000;

Expand Down

0 comments on commit 06e9cd1

Please sign in to comment.