We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08db4a commit 12b10c8Copy full SHA for 12b10c8
crates/pbs/src/mev_boost/get_header.rs
@@ -516,7 +516,7 @@ fn validate_signature<T: TreeHash>(
516
if expected_relay_pubkey.serialize() != received_relay_pubkey.as_serialized() {
517
return Err(ValidationError::PubkeyMismatch {
518
expected: BlsPublicKeyBytes::from(expected_relay_pubkey),
519
- got: received_relay_pubkey.clone(),
+ got: *received_relay_pubkey,
520
});
521
}
522
0 commit comments