utreexo / utreexod

A fully validating Bitcoin node with Utreexo support
ISC License
90 stars 21 forks source link

blockchain, wire: rename ToString() to String() #176

Closed kcalvinalvin closed 5 months ago

kcalvinalvin commented 5 months ago

Doing this allows pretty printing because for %v go will call String() instead of printing out a byte slice.