File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
testnet/stacks-node/src/tests/signer Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10818,7 +10818,7 @@ fn injected_signatures_are_ignored_across_boundaries() {
10818
10818
10819
10819
#[ test]
10820
10820
#[ 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.
10822
10822
///
10823
10823
/// Test Setup:
10824
10824
/// 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() {
10861
10861
num_signers,
10862
10862
vec ! [ ( sender_addr, ( send_amt + send_fee) * nmb_txs) ] ,
10863
10863
|config| {
10864
- // make the duration long enough that the miner will be marked as malicious
10865
10864
config. block_proposal_timeout = block_proposal_timeout;
10866
10865
} ,
10867
10866
|_| { } ,
You can’t perform that action at this time.
0 commit comments