Skip to content

Commit

Permalink
Set reservebalance to a large default value, effectively turning PoS …
Browse files Browse the repository at this point in the history
…into an opt-in system
  • Loading branch information
kryptoslab committed Oct 13, 2014
1 parent e4ec00b commit d1be6af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,8 @@ bool AppInit2(int argc, char *argv[])
ThreadSafeMessageBox(_("Invalid amount for -reservebalance=<amount>"), _("Slimcoin"), wxOK | wxMODAL);
return false;
}
} else {
mapArgs["-reservebalance"] = "1000000";
}

if(mapArgs.count("-checkpointkey")) // slimcoin: checkpoint master priv key
Expand Down

0 comments on commit d1be6af

Please sign in to comment.