Add proper `Display` implementations for session errors
Closed this issue · 0 comments
fjarri commented
For now they are just invoking the Debug
impls, which is not really appropriate for error messages - since some of them can contain various ZK proofs and their Debug
output is quite large.