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 e2a117f commit 85f2311Copy full SHA for 85f2311
stackslib/src/config/mod.rs
@@ -2171,7 +2171,7 @@ pub struct MinerConfig {
2171
///
2172
/// By default (`None`), the reward is sent to the miner's primary address ([`NodeConfig::seed`]).
2173
/// If set to some principal address *and* the current Stacks epoch is 2.1+,
2174
- /// the reward will be directed to the specified `principal` instead.
+ /// the reward will be directed to the specified address instead.
2175
2176
/// Default: `None`
2177
pub block_reward_recipient: Option<PrincipalData>,
0 commit comments