Skip to content

Commit db521d1

Browse files
Jilocwileyj
andauthored
Apply suggestions from code review
Co-authored-by: wileyj <2847772+wileyj@users.noreply.github.com>
1 parent a592fb7 commit db521d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stackslib/src/config/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,11 +1292,15 @@ pub struct BurnchainConfig {
12921292
/// The username for authenticating with the bitcoin node's RPC interface.
12931293
/// Required if the bitcoin node requires RPC authentication.
12941294
///
1295+
/// Only relevant if [`NodeConfig::miner`] is `true`.
1296+
///
12951297
/// Default: `None`
12961298
pub username: Option<String>,
12971299
/// The password for authenticating with the bitcoin node's RPC interface.
12981300
/// Required if the bitcoin node requires RPC authentication.
12991301
///
1302+
/// Only relevant if [`NodeConfig::miner`] is `true`.
1303+
///
13001304
/// Default: `None`
13011305
pub password: Option<String>,
13021306
/// Timeout duration, in seconds, for RPC calls made to the bitcoin node.

0 commit comments

Comments
 (0)