Skip to content

Commit 62004f9

Browse files
committed
refactor: auth_token
1 parent 21fc76d commit 62004f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ impl NakamotoBootPlan {
352352
peer_config
353353
.initial_balances
354354
.append(&mut self.initial_balances.clone());
355-
peer_config.connection_opts.block_proposal_token = Some("password".to_string());
355+
peer_config.connection_opts.auth_token = Some("password".to_string());
356356

357357
// Create some balances for test Stackers
358358
// They need their stacking amount + enough to pay fees

0 commit comments

Comments
 (0)