You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stacks-signer/src/v0/signer.rs
+37-30Lines changed: 37 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -559,38 +559,19 @@ impl Signer {
559
559
// TODO: should add a check to ignore an old burn block height if we know its outdated. Would require us to store the burn block height we last saw on the side.
560
560
// the signer needs to be able to determine whether or not the block they're about to sign would conflict with an already-signed Stacks block
561
561
let signer_signature_hash = block_proposal.block.header.signer_signature_hash();
0 commit comments