File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -853,12 +853,6 @@ impl Config {
853
853
"Attempted to run mainnet node with `use_test_genesis_chainstate`"
854
854
) ) ;
855
855
}
856
- } else if node. require_affirmed_anchor_blocks {
857
- // testnet requires that we use the 2.05 rules for anchor block affirmations,
858
- // because reward cycle 360 (and possibly future ones) has a different anchor
859
- // block choice in 2.05 rules than in 2.1 rules.
860
- debug ! ( "Set `require_affirmed_anchor_blocks` to `false` for non-mainnet config" ) ;
861
- node. require_affirmed_anchor_blocks = false ;
862
856
}
863
857
864
858
if node. stacker || node. miner {
@@ -1968,7 +1962,7 @@ impl Default for NodeConfig {
1968
1962
marf_defer_hashing : true ,
1969
1963
pox_sync_sample_secs : 30 ,
1970
1964
use_test_genesis_chainstate : None ,
1971
- always_use_affirmation_maps : false ,
1965
+ always_use_affirmation_maps : true ,
1972
1966
require_affirmed_anchor_blocks : true ,
1973
1967
fault_injection_block_push_fail_probability : None ,
1974
1968
fault_injection_hide_blocks : false ,
You can’t perform that action at this time.
0 commit comments