Closed augustoproiete closed 3 years ago
When a FormatException is thrown in Base58Data due to a version mismatch, the expected version bytes are not currently shown in the exception message.
FormatException
Base58Data
System.FormatException : The version prefix does not match the expected one System.ReadOnlyMemory<Byte>[4]
When a
FormatException
is thrown inBase58Data
due to a version mismatch, the expected version bytes are not currently shown in the exception message.