Skip to content

docs(book): fix wrong WALLET_PATH env var and small typos - #657

Open
Sahilvishnaliya wants to merge 1 commit into
PsycheFoundation:mainfrom
Sahilvishnaliya:docs/fix-env-var-and-typos
Open

docs(book): fix wrong WALLET_PATH env var and small typos#657
Sahilvishnaliya wants to merge 1 commit into
PsycheFoundation:mainfrom
Sahilvishnaliya:docs/fix-env-var-and-typos

Conversation

@Sahilvishnaliya

Copy link
Copy Markdown

Summary

  • *\WALLET_PATH\ → \WALLET_PRIVATE_KEY_PATH* in the Joining a run quickstart .env\ example.
    un-manager\ only reads \RAW_WALLET_PRIVATE_KEY\ or \WALLET_PRIVATE_KEY_PATH\ (see \load_wallet_key\ in \ ools/rust-tools/run-manager/src/lib.rs), so the documented \WALLET_PATH\ variable was silently unused and following the guide verbatim fails with \No wallet private key!. The quickstart-compute-provider page already used the correct variable; this brings the two pages in sync.
  • Fixes 'exiting training round'\ → 'existing training round'\ in the intro.
  • Repairs a broken sentence in the nix binary-cache section of \development/setup.md.
  • Drops a stray 'and'\ in the TCP data-provider notes (\explain/data-provider.md).

Link-only + typo fixes; no prose restructuring.

The joining-a-run quickstart documented WALLET_PATH in the .env
example, but run-manager only reads RAW_WALLET_PRIVATE_KEY or
WALLET_PRIVATE_KEY_PATH (load_wallet_key in run-manager lib.rs), so
following the doc verbatim fails with 'No wallet private key!'.

Also fixes: 'exiting' -> 'existing' in the intro, a broken sentence in
the nix binary-cache section of setup, and a stray 'and' in the TCP
data-provider notes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant