Skip to content

Commit dd9d5e3

Browse files
authored
Merge pull request #146 from mlabs-haskell/fix-docs
Minor docs fixes
2 parents bb708a4 + 0a7d55d commit dd9d5e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This format is based on [Keep A Changelog](https://keepachangelog.com/en/1.0.0).
77
- Wallets with Base Address support
88
- Lookups for wallets in tasty integration
99

10-
## [1.3.1] - 2022-10-26
10+
## [1.3.0] - 2022-10-26
1111

1212
### Added
1313

local-cluster/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ Full | Short | Description
3939
--utxos NUM | -u NUM | Create `NUM` UTxOs in each wallet created. Note that each UTxO created has the amount of ADA determined by the `--ada` and `--lovelace` arguments.
4040
--working-dir /path/ | -w /path/ | This determines where the node database, chain-index database, and bot-plutus-interface files will be stored for a running cluster. If specified, this will store cluster data in the provided path (can be relative or absolute), the files will be deleted on cluster shutdown by default. Otherwise, the cluster data is stored in a temporary directory and will be deleted on cluster shutdown.
4141
--slot-len SECONDS | -s SECONDS | Sets slot length of created network, is seconds. E.g. `--slot-len 1s`, `-s 0.2s`. <br /> Addition of `s` is important for correct parsing of this option.
42-
--epoch-size NUM | -s NUM | Sets epoch size of created network, is slots.
43-
--slot-len SECONDS | -s SECONDS | Sets slot length of created network, is seconds. E.g. `--slot-len 1s`, `-s 0.2s`. <br /> Addition of `s` is important for correct parsing of this option.
42+
--epoch-size NUM | -e NUM | Sets epoch size of created network, is slots.
4443
--chain-index-port PORT<br />or<br />--no-index| - | With `--chain-index-port` and `PORT` specified `chain-index` will be launched on specified port together with private network.<br /> With `--no-index` only private network will be launched without `chain-index`.<br /> When nothing specified `chain-index` will be launched on default port `9083`.<br />
4544

4645
## Making own local network launcher

0 commit comments

Comments
 (0)