JoinMarket-Org / joinmarket-clientserver

Bitcoin CoinJoin implementation with incentive structure to convince people to take part
GNU General Public License v3.0
699 stars 173 forks source link

yieldgenerator: allow change address to be overridden #1686

Closed whitslack closed 3 months ago

whitslack commented 3 months ago

I have a custom yield generator that sometimes sends change to external addresses. Implementing this required me to add an extension point in jmclient/yieldgenerator.py to allow the change address to be overridden. As this could be useful to others as well, I am submitting it for review and merge.