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 dd1ebe6 commit 9daba45Copy full SHA for 9daba45
stacks-signer/src/lib.rs
@@ -121,7 +121,7 @@ impl<S: Signer<T> + Send + 'static, T: SignerEventTrait + 'static> SpawnedSigner
121
as this could potentially expose sensitive data or functionalities to security risks \
122
if additional proper security checks are not integrated in place. \
123
For more information, check the documentation at \
124
- https://docs.stacks.co/nakamoto-upgrade/signing-and-stacking/faq#what-should-the-networking-setup-for-my-signer-look-like."
+ https://docs.stacks.co/guides-and-tutorials/running-a-signer#preflight-setup"
125
);
126
let (res_send, res_recv) = channel();
127
let ev = SignerEventReceiver::new(config.network.is_mainnet());
0 commit comments