diff --git a/beacon_node/execution_layer/src/lib.rs b/beacon_node/execution_layer/src/lib.rs
index 0b07bfbd497..f9427eda797 100644
--- a/beacon_node/execution_layer/src/lib.rs
+++ b/beacon_node/execution_layer/src/lib.rs
@@ -268,7 +268,7 @@ impl ExecutionLayer {
) -> Result<(), Error> {
info!(
self.log(),
- "Received proposer preperation data";
+ "Received proposer preparation data";
"count" => preparation_data.len(),
);
diff --git a/validator_client/src/fee_recipient_file.rs b/validator_client/src/fee_recipient_file.rs
index 2c5ac20e0e7..637ca6d3d5d 100644
--- a/validator_client/src/fee_recipient_file.rs
+++ b/validator_client/src/fee_recipient_file.rs
@@ -44,10 +44,7 @@ impl FeeRecipientFile {
/// default fee-recipient.
///
/// Returns an error if loading from the fee-recipient file fails.
- pub fn get_fee_recipient(
- &mut self,
- public_key: &PublicKeyBytes,
- ) -> Result