decred / dcrd

Decred daemon in Go (golang).
https://decred.org
ISC License
738 stars 291 forks source link

mixing: Use stdaddr.Hash160 instead of dcrutil. #3297

Closed davecgh closed 5 months ago

davecgh commented 5 months ago

The Hash160 method in the stdaddr package is preferred over dcrutil since ideally dcrutil will be removed one day.