Commit f3194ff
committed
Fix DOGE donation overflow: use COMBINED_DONATION_SCRIPT for merged
Merged chains always use COMBINED_DONATION_SCRIPT (P2SH) for donation
regardless of share version — matches p2pool data.py line 303. Was
passing parent chain's V35 P2PK donation script to merged payout
calculation, causing 184B DOGE overflow and wrong donation address.1 parent 2c6ae89 commit f3194ff
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4056 | 4056 | | |
4057 | 4057 | | |
4058 | 4058 | | |
4059 | | - | |
| 4059 | + | |
| 4060 | + | |
| 4061 | + | |
| 4062 | + | |
| 4063 | + | |
| 4064 | + | |
4060 | 4065 | | |
4061 | | - | |
| 4066 | + | |
4062 | 4067 | | |
4063 | 4068 | | |
4064 | 4069 | | |
| |||
0 commit comments