Skip to content

Commit

Permalink
fix admonitions (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara authored Aug 13, 2024
1 parent 88cf3eb commit 28613e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/get-started/cardano-node/installing-cardano-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,11 @@ echo "iohk-nix version: $IOHKNIX_VERSION"
```
The variable `IOHKNIX_VERSION` is used to retrieve the correct versions of `sodium`, `secp256k1` and `blst`.

>[!CAUTION]
>
>Make sure that `secp256k1`, `sodium` and `blst` versions match flake input version in [`iohkNix`](https://github.com/input-output-hk/iohk-nix/blob/master/flake.nix#L14) for a particular node version used.
>
:::caution
Make sure that `secp256k1`, `sodium` and `blst` versions match flake input version in [`iohkNix`](https://github.com/input-output-hk/iohk-nix/blob/master/flake.nix#L14) for a particular node version used.
:::

### Installing `sodium`
### Installing "sodium"

Cardano uses a custom fork of `sodium` which exposes some internal functions
and adds some other new functions. This fork lives in
Expand Down Expand Up @@ -191,9 +190,10 @@ You can check this by running `pldd`. If the `pldd` shows that the running execu
is using the wrong library, run `ldconfig`.

#### Using the ported `c` code for development
>[!WARNING]
>The ported `c` code should not be used to run the node, and should only be
:::caution
The ported `c` code should not be used to run the node, and should only be
used for development purposes.
:::

In order to avoid having to install the custom version of libsodium for development
purposes, `cardano-crypto-praos` defines a `cabal` flag that makes use of C code located
Expand Down

0 comments on commit 28613e9

Please sign in to comment.