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.
1 parent 0220ed2 commit 2c68a17Copy full SHA for 2c68a17
testnet/stacks-node/src/tests/nakamoto_integrations.rs
@@ -6856,6 +6856,7 @@ fn continue_tenure_extend() {
6856
let prom_bind = "127.0.0.1:6000".to_string();
6857
naka_conf.node.prometheus_bind = Some(prom_bind.clone());
6858
naka_conf.miner.wait_on_interim_blocks = Duration::from_secs(1);
6859
+ naka_conf.connection_options.block_proposal_max_age_secs = u64::MAX;
6860
let http_origin = naka_conf.node.data_url.clone();
6861
let sender_sk = Secp256k1PrivateKey::new();
6862
// setup sender + recipient for a test stx transfer
0 commit comments