Sjors / nthkey-ios

Your iOs device in a Bitcoin multi-sig
https://nthkey.com
MIT License
17 stars 7 forks source link

Make libwally values easier to debug #33

Open Sjors opened 3 years ago

Sjors commented 3 years ago

Perhaps this should be done upstream in libwally-swift.

Is it possible to produce more useful previews of things like HDKey and fingerprints for debugging?

Schermafbeelding 2021-04-19 om 11 22 33
w-i-n-s commented 3 years ago

@Sjors We just need to implement protocol CustomStringConvertible in the right way. In many cases we use .description as a value, not just a description for debugging.