Beta compiler fixes (#5916)

* remove or update unused cfg
This commit is contained in:
realbigsean
2024-06-12 21:32:05 -04:00
committed by GitHub
parent f1d88ba4b1
commit c24b2f39b3
4 changed files with 9 additions and 13 deletions

View File

@@ -39,8 +39,6 @@ pub enum Error {
/// generally caused by supplying an `amount` at deposit-time that is different to the one used
/// at generation-time.
Eth1DepositRootMismatch,
#[cfg(feature = "unencrypted_keys")]
SszKeypairError(String),
}
/// Information required to submit a deposit to the Eth1 deposit contract.