Rename Error to DecodeCheckError
This commit is a routine code cleanup: it renames the `Error` type in the base58 module to the more descriptive `DecodeCheckError`, and adds a deprecated type alias so existing code using `base58::Error` continues to work. There is no chan…
b0eba4c0by Mitchell Bagot+45−395 files