decred / dcrpool

decred mining pool
ISC License
31 stars 28 forks source link

pool: Reinstate Fetch txBroadcaster/txCreator. #421

Closed jholdstock closed 1 year ago

jholdstock commented 1 year ago

Reverts part of #418

These funcs were mistakenly removed because they seemed to be unnecessary, but actually they are required due to the extremely tight coupling between PaymentManager and Hub. Removing them is possible, but requires more involved work to untangle the construction of the two components.