Skip to content

Commit faa9678

Browse files
authored
Merge pull request #5322 from stacks-network/chore/add-multiple-miners-with-custom-chain-id-test
Add multiple_miners_with_custom_chain_id test to test chain id in a signer integration test
2 parents 806326d + bd9eec9 commit faa9678

File tree

3 files changed

+321
-38
lines changed

3 files changed

+321
-38
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
- tests::signer::v0::signer_set_rollover
120120
- tests::signer::v0::signing_in_0th_tenure_of_reward_cycle
121121
- tests::signer::v0::continue_after_tenure_extend
122+
- tests::signer::v0::multiple_miners_with_custom_chain_id
122123
- tests::nakamoto_integrations::burn_ops_integration_test
123124
- tests::nakamoto_integrations::check_block_heights
124125
- tests::nakamoto_integrations::clarity_burn_state

stacks-signer/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ pub struct GlobalConfig {
156156
/// How much time to wait for a miner to propose a block following a sortition
157157
pub block_proposal_timeout: Duration,
158158
/// An optional custom Chain ID
159-
chain_id: Option<u32>,
159+
pub chain_id: Option<u32>,
160160
}
161161

162162
/// Internal struct for loading up the config file

0 commit comments

Comments
 (0)