Skip to content

Commit 72d45f5

Browse files
committed
Fix clippy in stacks node
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 7e29f76 commit 72d45f5

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)