File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1292,11 +1292,15 @@ pub struct BurnchainConfig {
1292
1292
/// The username for authenticating with the bitcoin node's RPC interface.
1293
1293
/// Required if the bitcoin node requires RPC authentication.
1294
1294
///
1295
+ /// Only relevant if [`NodeConfig::miner`] is `true`.
1296
+ ///
1295
1297
/// Default: `None`
1296
1298
pub username : Option < String > ,
1297
1299
/// The password for authenticating with the bitcoin node's RPC interface.
1298
1300
/// Required if the bitcoin node requires RPC authentication.
1299
1301
///
1302
+ /// Only relevant if [`NodeConfig::miner`] is `true`.
1303
+ ///
1300
1304
/// Default: `None`
1301
1305
pub password : Option < String > ,
1302
1306
/// Timeout duration, in seconds, for RPC calls made to the bitcoin node.
You can’t perform that action at this time.
0 commit comments