Skip to content

Commit 94c2a36

Browse files
committed
chore: fix clippy error
1 parent 658e051 commit 94c2a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/v0/signer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ impl Signer {
657657
}
658658

659659
fn handle_prior_proposal_eval(&mut self, block_info: &BlockInfo) {
660-
let Some(block_response) = self.determine_response(&block_info) else {
660+
let Some(block_response) = self.determine_response(block_info) else {
661661
// We are still waiting for a response for this block. Do nothing.
662662
debug!(
663663
"{self}: Received a block proposal for a block we are already validating.";

0 commit comments

Comments
 (0)