Skip to content

Commit

Permalink
Merge #895: Change default automint denom to 1000
Browse files Browse the repository at this point in the history
1399cc4 Change default automint denom to 1000 (codeofalltrades)

Pull request description:

  Changing the default automint denomination to 1000.

Tree-SHA512: 017851b33c9176dc043f35ff36d443449ea0a19ef5b2a811153abca29e8564f71a5988b614aac1087a522b0d5a1787e43f67d9fd3ccbad41b053b02228acf107
  • Loading branch information
codeofalltrades committed Jan 26, 2021
2 parents b22f0cf + 1399cc4 commit d93942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


// Preferences.
const int DEFAULT_AUTOMINT_DENOM = 10;
const int DEFAULT_AUTOMINT_DENOM = 1000;

// Application startup time (used for uptime calculation)
int64_t GetStartupTime();
Expand Down

0 comments on commit d93942b

Please sign in to comment.