Skip to content

Commit 3149a01

Browse files
committed
lint fixes
1 parent f0ba4d8 commit 3149a01

File tree

1 file changed

+2
-2
lines changed
  • consensus/src/processes/pruning_proof

1 file changed

+2
-2
lines changed

consensus/src/processes/pruning_proof/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ impl PruningProofManager {
101101
.unwrap();
102102

103103
self.find_latest_common_ancestor_in_store(
104-
&*ghostdag_stores[level],
104+
&ghostdag_stores[level],
105105
block_at_depth_m_at_next_level,
106106
block_at_depth_2m,
107107
)
@@ -334,7 +334,7 @@ impl PruningProofManager {
334334

335335
root = self
336336
.find_latest_common_ancestor_in_store(
337-
&*ghostdag_store,
337+
&ghostdag_store,
338338
block_at_depth_m_at_next_level,
339339
block_at_depth_2m_buffered,
340340
)

0 commit comments

Comments
 (0)