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 4fb4460 commit cfe8fcdCopy full SHA for cfe8fcd
stacks-signer/src/chainstate.rs
@@ -595,6 +595,10 @@ impl SortitionsView {
595
/// returns `Ok(true)` if `block` is higher, `Ok(false)` if not.
596
///
597
/// If we can't look up `tenure_id`, assume `block` is higher.
598
+ /// This assumption is safe because this proposal ultimately must be passed
599
+ /// to the `stacks-node` for proposal processing: so, if we pass the block
600
+ /// height check here, we are relying on the `stacks-node` proposal endpoint
601
+ /// to do the validation on the chainstate data that it has.
602
603
/// This updates the activity timer for the miner of `block`.
604
pub fn check_latest_block_in_tenure(
0 commit comments