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 41c0369 commit 3d67fcbCopy full SHA for 3d67fcb
stacks-signer/src/v0/signer.rs
@@ -520,9 +520,8 @@ impl Signer {
520
{
521
debug!("{self}: Received block validation for a block that is already marked as {}. Ignoring...", block_info.state);
522
return None;
523
- } else {
524
- block_info
525
}
+ block_info
526
527
Ok(None) => {
528
// We have not seen this block before. Why are we getting a response for it?
@@ -569,9 +568,8 @@ impl Signer {
569
568
570
571
572
573
574
575
576
577
0 commit comments