mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-10 07:07:57 -05:00
fix(verifier): correct error display (#599)
This commit is contained in:
@@ -45,7 +45,7 @@ enum ErrorKind {
|
||||
|
||||
impl fmt::Display for VerifierError {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
f.write_str("prover error: ")?;
|
||||
f.write_str("verifier error: ")?;
|
||||
|
||||
match self.kind {
|
||||
ErrorKind::Io => f.write_str("io error")?,
|
||||
|
||||
Reference in New Issue
Block a user