Skip to content

Commit

Permalink
remove wrong bitcore block fees
Browse files Browse the repository at this point in the history
  • Loading branch information
tpruvot committed May 1, 2017
1 parent 8428d49 commit cf9a3b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions stratum/coinbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ void coinbase_create(YAAMP_COIND *coind, YAAMP_JOB_TEMPLATE *templ, json_value *
if (strlen(coind->charity_address) == 0)
sprintf(coind->charity_address, "EdFwYw4Mo2Zq6CFM2yNJgXvE2DTJxgdBRX");
}
else if(strcmp(g_current_algo->name, "bitcore") == 0) {
if (coind->charity_percent <= 0)
coind->charity_percent = 2;
if (strlen(coind->charity_address) == 0)
sprintf(coind->charity_address, "1Lic3vaHsXCVCwXTmKPfkA4tuif1DoodZT");
}
else if(strcmp(coind->symbol, "LTCR") == 0) {
if (coind->charity_percent <= 0)
coind->charity_percent = 10;
Expand Down

0 comments on commit cf9a3b7

Please sign in to comment.