Skip to content

Commit

Permalink
update follower shutdown error
Browse files Browse the repository at this point in the history
  • Loading branch information
sinui0 committed Jan 15, 2024
1 parent 539b107 commit ddabc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tls/tls-mpc/src/follower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ impl ludi::Actor for MpcTlsFollower {

if !committed.is_empty() {
return Err(MpcTlsError::new(
Kind::PeerMisbehaved,
"leader attempted to finalize without proving all messages",
Kind::Other,
"not all committed TLS messages were verified",
));
}

Expand Down

0 comments on commit ddabc3e

Please sign in to comment.