mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
ran cargo fmt
This commit is contained in:
@@ -1269,17 +1269,9 @@ impl TreeHash for BeaconState {
|
|||||||
result.append(&mut self.fork.hash_tree_root());
|
result.append(&mut self.fork.hash_tree_root());
|
||||||
result.append(&mut self.validator_registry.hash_tree_root());
|
result.append(&mut self.validator_registry.hash_tree_root());
|
||||||
result.append(&mut self.validator_balances.hash_tree_root());
|
result.append(&mut self.validator_balances.hash_tree_root());
|
||||||
result.append(
|
result.append(&mut self.validator_registry_update_epoch.hash_tree_root());
|
||||||
&mut self
|
|
||||||
.validator_registry_update_epoch
|
|
||||||
.hash_tree_root(),
|
|
||||||
);
|
|
||||||
result.append(&mut self.latest_randao_mixes.hash_tree_root());
|
result.append(&mut self.latest_randao_mixes.hash_tree_root());
|
||||||
result.append(
|
result.append(&mut self.previous_shuffling_start_shard.hash_tree_root());
|
||||||
&mut self
|
|
||||||
.previous_shuffling_start_shard
|
|
||||||
.hash_tree_root(),
|
|
||||||
);
|
|
||||||
result.append(&mut self.current_shuffling_start_shard.hash_tree_root());
|
result.append(&mut self.current_shuffling_start_shard.hash_tree_root());
|
||||||
result.append(&mut self.previous_shuffling_epoch.hash_tree_root());
|
result.append(&mut self.previous_shuffling_epoch.hash_tree_root());
|
||||||
result.append(&mut self.current_shuffling_epoch.hash_tree_root());
|
result.append(&mut self.current_shuffling_epoch.hash_tree_root());
|
||||||
|
|||||||
Reference in New Issue
Block a user