Skip to content

Commit 079dbff

Browse files
committed
fix: missing error
1 parent d2eb157 commit 079dbff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

crates/dkg/src/signing.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ pub enum SigningError {
2727
#[error(transparent)]
2828
Deposit(#[from] deposit::DepositError),
2929

30+
/// Failed to normalize the withdrawal address.
31+
#[error(transparent)]
32+
Helper(#[from] pluto_eth2util::helpers::HelperError),
33+
3034
/// Failed to build or hash validator registrations.
3135
#[error(transparent)]
3236
Registration(#[from] registration::RegistrationError),

0 commit comments

Comments
 (0)