Closed xoloki closed 1 year ago
Previously Display and Debug were implemented for ecdsa::PublicKey. But the resulting debug logs were unreadable due to the verbosity of the data buffers.
Display
Debug
ecdsa::PublicKey
This PR changes the Display formatting to base58 the data buffers to help readability.
base58
2c4be48
View logs
Previously
Display
andDebug
were implemented forecdsa::PublicKey
. But the resulting debug logs were unreadable due to the verbosity of the data buffers.This PR changes the
Display
formatting tobase58
the data buffers to help readability.