Skip to content

Commit e9bf54d

Browse files
committed
refactor: auth_token
1 parent 3fe4266 commit e9bf54d

File tree

1 file changed

+1
-1
lines changed
  • testnet/stacks-node/src/tests/signer

1 file changed

+1
-1
lines changed

testnet/stacks-node/src/tests/signer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl<S: Signer<T> + Send + 'static, T: SignerEventTrait + 'static> SignerTest<Sp
155155
// So the combination is... one, two, three, four, five? That's the stupidest combination I've ever heard in my life!
156156
// That's the kind of thing an idiot would have on his luggage!
157157
let password = "12345";
158-
naka_conf.connection_options.block_proposal_token = Some(password.to_string());
158+
naka_conf.connection_options.auth_token = Some(password.to_string());
159159
if let Some(wait_on_signers) = wait_on_signers {
160160
naka_conf.miner.wait_on_signers = wait_on_signers;
161161
} else {

0 commit comments

Comments
 (0)