File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
stacks-node/src/tests/signer Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3001,6 +3001,8 @@ fn bitcoind_forking_test() {
3001
3001
let epochs = node_config.burnchain.epochs.as_mut().unwrap();
3002
3002
epochs[StacksEpochId::Epoch30].end_height = 3_015;
3003
3003
epochs[StacksEpochId::Epoch31].start_height = 3_015;
3004
+ epochs[StacksEpochId::Epoch31].end_height = 3_055;
3005
+ epochs[StacksEpochId::Epoch32].start_height = 3_055;
3004
3006
},
3005
3007
None,
3006
3008
None,
@@ -7483,6 +7485,8 @@ fn mock_sign_epoch_25() {
7483
7485
epochs[StacksEpochId::Epoch30].start_height = 251;
7484
7486
epochs[StacksEpochId::Epoch30].end_height = 265;
7485
7487
epochs[StacksEpochId::Epoch31].start_height = 265;
7488
+ epochs[StacksEpochId::Epoch31].end_height = 285;
7489
+ epochs[StacksEpochId::Epoch32].start_height = 285;
7486
7490
},
7487
7491
None,
7488
7492
None,
@@ -7601,6 +7605,8 @@ fn multiple_miners_mock_sign_epoch_25() {
7601
7605
epochs[StacksEpochId::Epoch30].start_height = 251;
7602
7606
epochs[StacksEpochId::Epoch30].end_height = 265;
7603
7607
epochs[StacksEpochId::Epoch31].start_height = 265;
7608
+ epochs[StacksEpochId::Epoch31].end_height = 285;
7609
+ epochs[StacksEpochId::Epoch32].start_height = 285;
7604
7610
},
7605
7611
|_| {},
7606
7612
);
You can’t perform that action at this time.
0 commit comments