librustzcash icon indicating copy to clipboard operation
librustzcash copied to clipboard

Add custom errors to all Result<T, ()> types

Open str4d opened this issue 3 years ago • 0 comments

We have several places where we return () as an error placeholder. We should replace all of these with meaningful error types (even if they are just zero-sized structs).

str4d avatar Mar 27 '21 05:03 str4d