Skip to content

Commit

Permalink
remove trailing backslash from wasm directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bengtlofgren committed Jun 29, 2023
1 parent 69367aa commit 81764dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/pages/ledger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ When the ledger is run for the first time, the MASP-parameters will be downloade
The ledger will also download the genesis block, which contains the initial state of the blockchain.
The ledger also needs access to the built WASM files that are used in the genesis block.
These files are included in release and shouldn't be modified, otherwise your node will fail with a consensus error on the genesis block.
By default, these are expected to be in the `wasm` directory inside the chain directory that's in the base directory, i.e `$BASE_DIR/$CHAIN_ID/wasm/`.
By default, these are expected to be in the `wasm` directory inside the chain directory that's in the base directory, i.e `$BASE_DIR/$CHAIN_ID/wasm`.
The wasm directory can also be set with the `--wasm-dir` CLI global argument, `NAMADA_WASM_DIR` [environment variable](./ledger/env-vars.md) or the configuration file.

### Ledger configuration
Expand Down

0 comments on commit 81764dc

Please sign in to comment.