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.
check_proposal_reorg_timing_ok
1 parent 91aaea5 commit 32abc0bCopy full SHA for 32abc0b
stacks-signer/src/tests/chainstate.rs
@@ -287,7 +287,7 @@ fn check_proposal_reorg_timing_bad() {
287
288
#[test]
289
fn check_proposal_reorg_timing_ok() {
290
- let result = reorg_timing_testing("reorg_timing_okay", 30, 30);
+ let result = reorg_timing_testing("reorg_timing_okay", 30, 29);
291
result.expect("Proposal should validate okay, because the reorg occurred in a block whose proposed time was close to the sortition");
292
}
293
0 commit comments