File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1010### Fixed
1111
1212- Handle the case where a bitcoin node returns zero headers (#3588 )
13+ - The default value for ` always_use_affirmation_maps ` is now set to ` false ` ,
14+ instead of ` true ` . This was preventing testnet nodes from reaching the chain
15+ tip with the default configuration.
1316
1417## [ 2.1]
1518
Original file line number Diff line number Diff line change @@ -1729,7 +1729,7 @@ impl NodeConfig {
17291729 marf_defer_hashing : true ,
17301730 pox_sync_sample_secs : 30 ,
17311731 use_test_genesis_chainstate : None ,
1732- always_use_affirmation_maps : true ,
1732+ always_use_affirmation_maps : false ,
17331733 require_affirmed_anchor_blocks : true ,
17341734 fault_injection_hide_blocks : false ,
17351735 }
You can’t perform that action at this time.
0 commit comments