You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't great, maybe there was a small typo like an extra space or accidental quotes around it which causes an error and gets leaked.
Steps To Reproduce
Set an invalid key value, and signer will log it when it starts.
Expected behavior
Perhaps a more generic error message that doesn't contain the key value: "Failed to parse private key, please check its value and try again."
The text was updated successfully, but these errors were encountered:
Describe the bug
If there's an error processing the private key, the key value gets logged,
stacks-core/stacks-signer/src/config.rs
Line 274 in 6f498f8
This isn't great, maybe there was a small typo like an extra space or accidental quotes around it which causes an error and gets leaked.
Steps To Reproduce
Set an invalid key value, and signer will log it when it starts.
Expected behavior
Perhaps a more generic error message that doesn't contain the key value: "Failed to parse private key, please check its value and try again."
The text was updated successfully, but these errors were encountered: