Skip to content

Commit

Permalink
Update crates/threshold-signature-server/src/user/errors.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Hernando Castano <[email protected]>
  • Loading branch information
JesseAbram and HCastano authored Jul 11, 2024
1 parent 8917d32 commit cc7e7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/user/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub enum UserErr {
#[error("Custom hash choice out of bounds")]
CustomHashOutOfBounds,
#[error("No signing from parent key")]
NoSigningFromMasterKey,
NoSigningFromParentKey,
#[error("Listener: {0}")]
Listener(#[from] entropy_protocol::errors::ListenerErr),
#[error("Error creating sr25519 keypair from seed: {0}")]
Expand Down

0 comments on commit cc7e7de

Please sign in to comment.