Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add suport for Tuxcoin DonationSubsidy #333

Closed
wants to merge 2 commits into from
Closed

Conversation

bleach86
Copy link

This is to add support for the Tuxcoin DonationSubsidy hardfork at block 302,400.

@crackfoo
Copy link

These changes break charity payments for existing coins using charity.

@@ -313,7 +327,17 @@ void coinbase_create(YAAMP_COIND *coind, YAAMP_JOB_TEMPLATE *templ, json_value *
strcat(templ->coinb2, "02");
}
job_pack_tx(coind, templ->coinb2, available, NULL);
job_pack_tx(coind, templ->coinb2, charity_amount, script_payee);
// job_pack_tx(coind, templ->coinb2, charity_amount, script_payee);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bleach86 this is the bits that do the breaking

Fixed an issue with braking other coins charity payments
@bleach86
Copy link
Author

We have fixed the issue with interference with other coins charity payments

@tpruvot
Copy link
Owner

tpruvot commented Jan 30, 2019

tx, merged

@tpruvot tpruvot closed this Jan 30, 2019
tpruvot pushed a commit that referenced this pull request Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants