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 21fc76d commit 62004f9Copy full SHA for 62004f9
stackslib/src/net/tests/mod.rs
@@ -352,7 +352,7 @@ impl NakamotoBootPlan {
352
peer_config
353
.initial_balances
354
.append(&mut self.initial_balances.clone());
355
- peer_config.connection_opts.block_proposal_token = Some("password".to_string());
+ peer_config.connection_opts.auth_token = Some("password".to_string());
356
357
// Create some balances for test Stackers
358
// They need their stacking amount + enough to pay fees
0 commit comments