mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 20:32:45 +00:00
merge with capella
This commit is contained in:
@@ -349,7 +349,7 @@ impl Engine {
|
||||
impl PayloadIdCacheKey {
|
||||
fn new(head_block_hash: &ExecutionBlockHash, attributes: &PayloadAttributes) -> Self {
|
||||
Self {
|
||||
head_block_hash: head_block_hash.clone(),
|
||||
head_block_hash: *head_block_hash,
|
||||
payload_attributes: attributes.clone(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user