mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
Update Rust Edition to 2024 (#7766)
* #7749 Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
@@ -44,8 +44,7 @@ pub fn process_payload_status(
|
||||
} else {
|
||||
let error = format!(
|
||||
"new_payload: response.status = VALID but invalid latest_valid_hash. Expected({:?}) Found({:?})",
|
||||
head_block_hash,
|
||||
response.latest_valid_hash
|
||||
head_block_hash, response.latest_valid_hash
|
||||
);
|
||||
Err(EngineError::Api {
|
||||
error: ApiError::BadResponse(error),
|
||||
|
||||
Reference in New Issue
Block a user