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 ca7a793 commit d095deeCopy full SHA for d095dee
stackslib/src/config/mod.rs
@@ -1502,7 +1502,7 @@ pub struct BurnchainConfig {
1502
/// Primarily used for testing or recovering from network issues.
1503
///
1504
/// Default: Empty `HashMap`.
1505
- /// Deprecated: This setting is ignored in Epoch 3.0+. Only used in the neon-node.
+ /// Deprecated: This setting is ignored in Epoch 3.0+. Only used in the neon chain mode.
1506
pub affirmation_overrides: HashMap<u64, AffirmationMap>,
1507
/// Fault injection setting for testing. Introduces an artificial delay (in milliseconds)
1508
/// before processing each burnchain block download. Simulates a slow burnchain connection.
0 commit comments