mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Fix clippy lint
This commit is contained in:
@@ -55,7 +55,7 @@ impl BeaconBlock {
|
|||||||
shard: spec.beacon_chain_shard_number,
|
shard: spec.beacon_chain_shard_number,
|
||||||
block_root: block_without_signature_root,
|
block_root: block_without_signature_root,
|
||||||
};
|
};
|
||||||
Hash256::from_slice(&proposal.hash_tree_root()[..])
|
Hash256::from(&proposal.hash_tree_root()[..])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user