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
+19-13Lines changed: 19 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -938,19 +938,25 @@ impl Signer {
938
938
// 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.
939
939
// 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
940
940
let signer_signature_hash = block_proposal.block.header.signer_signature_hash();
0 commit comments