Skip to content

Commit c6528b8

Browse files
authored
Merge pull request #5418 from stacks-network/chore/stacks-node-clippy
Fix clippy in stacks node
2 parents babcc9a + 72d45f5 commit c6528b8

40 files changed

+2392
-3229
lines changed

stackslib/src/chainstate/stacks/tests/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,14 +475,14 @@ impl TestStacksNode {
475475
};
476476

477477
if StacksChainState::has_stored_block(
478-
&self.chainstate.db(),
478+
self.chainstate.db(),
479479
&self.chainstate.blocks_path,
480480
&consensus_hash,
481481
&bc.block_header_hash,
482482
)
483483
.unwrap()
484484
&& !StacksChainState::is_block_orphaned(
485-
&self.chainstate.db(),
485+
self.chainstate.db(),
486486
&consensus_hash,
487487
&bc.block_header_hash,
488488
)

0 commit comments

Comments
 (0)