We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658e051 commit 94c2a36Copy full SHA for 94c2a36
stacks-signer/src/v0/signer.rs
@@ -657,7 +657,7 @@ impl Signer {
657
}
658
659
fn handle_prior_proposal_eval(&mut self, block_info: &BlockInfo) {
660
- let Some(block_response) = self.determine_response(&block_info) else {
+ let Some(block_response) = self.determine_response(block_info) else {
661
// We are still waiting for a response for this block. Do nothing.
662
debug!(
663
"{self}: Received a block proposal for a block we are already validating.";
0 commit comments