Skip to content

Commit

Permalink
Merge pull request #1 from pranav130100/patch-1
Browse files Browse the repository at this point in the history
Update cryptonote_basic_impl.cpp
  • Loading branch information
ReCoal committed Jun 4, 2018
2 parents a1aa556 + 6274108 commit 7c0dad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_basic/cryptonote_basic_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace cryptonote {


//**********************************PREMINE Settings**************************************
const uint64_t premine = 9000000000000000000U;
const uint64_t premine = 1000000000000000000U;
if (median_size > 0 && already_generated_coins < premine) {
reward = premine;
return true;
Expand Down

0 comments on commit 7c0dad9

Please sign in to comment.