Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jesterhodl committed Dec 14, 2024
1 parent d83fbe3 commit cb7bdc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datum_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ int datum_read_config(const char *conffile) {
DLOG_FATAL("Pooled mining only is set to true, but pool host is not specified.");
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 cb7bdc0

Please sign in to comment.