Skip to content

Commit c185015

Browse files
committed
remove buzzwords
1 parent 19142e9 commit c185015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stackslib/src/config/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,8 +2325,8 @@ pub struct MinerConfig {
23252325
/// the mempool walk for block building. If this list is non-empty, any transaction whose
23262326
/// origin address is *not* in this set will be skipped.
23272327
///
2328-
/// This allows miners (particularly "boosted" or "neutral" miners) to prioritize transactions
2329-
/// originating from specific accounts that are important to them.
2328+
/// This allows miners to prioritize transactions originating from specific accounts that are
2329+
/// important to them.
23302330
/// Configured as a comma-separated string of standard Stacks addresses (e.g., "ST123...,ST456...")
23312331
/// in the configuration file.
23322332
///

0 commit comments

Comments
 (0)