Skip to content

Commit e459b8c

Browse files
committed
Update test description
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent d0355cb commit e459b8c

File tree

1 file changed

+7
-4
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+7
-4
lines changed

testnet/stacks-node/src/tests/signer/v0.rs

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5019,10 +5019,13 @@ fn miner_recovers_when_broadcast_block_delay_across_tenures_occurs() {
50195019
}
50205020

50215021
/// Test a scenario where:
5022-
/// We have one miner. During block A, there is a sortition and a TenureChange.
5023-
/// Block B is mined, but it does not contain a TenureChange (ie because a
5024-
/// new burn block was mined too quickly).
5025-
/// Then block C occurs, which does not have a sortition.
5022+
/// Two miners boot to Nakamoto.
5023+
/// Miner 1 wins the first Nakamoto tenure A. Miner 1 mines a regular stacks block N.
5024+
/// Miner 2 wins the second Nakamoto tenure B and proposes block N+1, but it is rejected by the signers.
5025+
/// An empty burn block is mined
5026+
/// Miner 2 wins the third Nakamoto tenure C. Miner 2 proposes a block N+1' which all signers accept.
5027+
/// Asserts:
5028+
/// - The stacks tip advances to N+1'
50265029
#[test]
50275030
#[ignore]
50285031
fn continue_after_fast_block_no_sortition() {

0 commit comments

Comments
 (0)