Skip to content

Commit

Permalink
fixup! fixup! docs(cli): update ceremony
Browse files Browse the repository at this point in the history
  • Loading branch information
kodemartin committed Oct 31, 2024
1 parent 2a91ad8 commit 975a47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/iota/genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The `pre_minted_supply` of the network can also be set.

```
$ iota genesis-ceremony init-token-distribution-schedule \
--token_allocations_path <path-to-token-allocations-csv-file> \
--token-allocations-path <path-to-token-allocations-csv-file> \
--pre-minted-supply <# of iota coins in nanos>
$ git add .
$ git commit -m "initialize token distribution schedule"
Expand Down
2 changes: 1 addition & 1 deletion docs/content/references/cli/ceremony.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The `pre_minted_supply` of the network can also be set.

```shell
$ iota genesis-ceremony init-token-distribution-schedule \
--token_allocations_path <path-to-token-allocations-csv-file> \
--token-allocations-path <path-to-token-allocations-csv-file> \
--pre-minted-supply <# of iota coins in nanos>
$ git add .
$ git commit -m "initialize token distribution schedule"
Expand Down

0 comments on commit 975a47f

Please sign in to comment.