mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 12:22:51 +00:00
Merge conflicts
This commit is contained in:
@@ -148,7 +148,10 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
}
|
||||
// The block failed verification.
|
||||
Err(other) => {
|
||||
warn!(reason = other.to_string(), "Execution payload envelope rejected");
|
||||
warn!(
|
||||
reason = other.to_string(),
|
||||
"Execution payload envelope rejected"
|
||||
);
|
||||
Err(other)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user