Skip to content

Commit 465c4fa

Browse files
committed
Fix comments in rejected_blocks_count_towards_miner_validity test
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 2e1b832 commit 465c4fa

File tree

1 file changed

+1
-2
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10818,7 +10818,7 @@ fn injected_signatures_are_ignored_across_boundaries() {
1081810818

1081910819
#[test]
1082010820
#[ignore]
10821-
/// Test that signers count any block in its database towards a miner's activity.
10821+
/// Test that signers count any block for a given tenure in its database towards a miner tenure activity.
1082210822
///
1082310823
/// Test Setup:
1082410824
/// The test spins up five stacks signers, one miner Nakamoto node, and a corresponding bitcoind.
@@ -10861,7 +10861,6 @@ fn rejected_blocks_count_towards_miner_validity() {
1086110861
num_signers,
1086210862
vec![(sender_addr, (send_amt + send_fee) * nmb_txs)],
1086310863
|config| {
10864-
// make the duration long enough that the miner will be marked as malicious
1086510864
config.block_proposal_timeout = block_proposal_timeout;
1086610865
},
1086710866
|_| {},

0 commit comments

Comments
 (0)