-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Corrected the derivation command format #2952
Conversation
@yihau do you know how these docs changes are published? I'm not really sure anymore |
iirc bp to beta channel will trigger the pipeline. cc @willhickey |
Backports to the beta branch are to be avoided unless absolutely necessary for fixing bugs, security issues, and perf regressions. Changes intended for backport should be structured such that a minimum effective diff can be committed separately from any refactoring, plumbing, cleanup, etc that are not strictly necessary to achieve the goal. Any of the latter should go only into master and ride the normal stabilization schedule. Exceptions include CI/metrics changes, CLI improvements and documentation updates on a case by case basis. |
(cherry picked from commit d2cc71f)
This PR's change to master will publish to https://edge.docs.anza.xyz/cli/wallets/paper The v2.0 backport will publish to docs.anza.xyz and and beta.docs.anza.xyz. A v1.18 backport would publish to stable.docs.anaz.xyz but I'm not going to bother... since v1.18 is nearly EOL |
Problem
The command for generating a public key is incorrectly formatted, leading to errors when users try to generate keys using the provided syntax.
Here is what I got when execute that example command on Mac terminal:
Summary of Changes
Corrected the command syntax.
Fixes #