decred / vspd

A Voting Service Provider (VSP) for the Decred network.
ISC License
19 stars 20 forks source link

multi: Consider DCP0012 in VSP fee calculations. #481

Closed jholdstock closed 3 months ago

jholdstock commented 3 months ago

Upgrade the dcrwallet dependency to pick up the new version of txrules.StakePoolTicketFee which considers the status of DCP0012 in its fee calculation.

jholdstock commented 3 months ago

This change was made in the past (#435) but needed to be reverted (#454) because clients were not updated to use the new calculation. This change can now go back in as of the dcrwallet/decrediton 2.0 release.