We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4597f5 + cd454e7 commit 68bd6efCopy full SHA for 68bd6ef
testnet/stacks-node/src/tests/signer/v0.rs
@@ -1763,6 +1763,7 @@ fn miner_forking() {
1763
config.node.local_peer_seed = btc_miner_1_seed.clone();
1764
config.burnchain.local_mining_public_key = Some(btc_miner_1_pk.to_hex());
1765
config.miner.mining_key = Some(Secp256k1PrivateKey::from_seed(&[1]));
1766
+ config.node.pox_sync_sample_secs = 5;
1767
1768
config.events_observers.retain(|listener| {
1769
let Ok(addr) = std::net::SocketAddr::from_str(&listener.endpoint) else {
0 commit comments