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 19142e9 commit c185015Copy full SHA for c185015
stackslib/src/config/mod.rs
@@ -2325,8 +2325,8 @@ pub struct MinerConfig {
2325
/// the mempool walk for block building. If this list is non-empty, any transaction whose
2326
/// origin address is *not* in this set will be skipped.
2327
///
2328
- /// This allows miners (particularly "boosted" or "neutral" miners) to prioritize transactions
2329
- /// originating from specific accounts that are important to them.
+ /// This allows miners to prioritize transactions originating from specific accounts that are
+ /// important to them.
2330
/// Configured as a comma-separated string of standard Stacks addresses (e.g., "ST123...,ST456...")
2331
/// in the configuration file.
2332
0 commit comments