Skip to content

Commit b624838

Browse files
committed
Fix sqlite min version typo
From 1.35 to 3.35
1 parent d5d8638 commit b624838

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/root/manual/developer-docs/nodes/mithril-aggregator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This is the node of the **Mithril Network** responsible for collecting individua
3838

3939
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
4040

41-
* Ensure SQLite3 library is installed on your system and its version is at least `1.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
41+
* Ensure SQLite3 library is installed on your system and its version is at least `3.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
4242

4343
## Download source
4444

docs/root/manual/developer-docs/nodes/mithril-signer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This is the node of the **Mithril Network** responsible for producing individual
4040

4141
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
4242

43-
* Ensure SQLite3 library is installed on your system and its version is at least `1.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
43+
* Ensure SQLite3 library is installed on your system and its version is at least `3.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
4444

4545
## Download source
4646

docs/root/manual/getting-started/run-mithril-devnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ More information about this private Cardano/Mithril `devnet` is available [here]
3939

4040
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
4141

42-
* Ensure SQLite3 library is installed on your system and its version is at least `1.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
42+
* Ensure SQLite3 library is installed on your system and its version is at least `3.35` (released Apr. 2021) on Debian/Ubuntu: `apt install libsqlite3` and `sqlite3 --version`.
4343

4444
## Download source
4545

docs/root/manual/getting-started/run-signer-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For more information about the **Mithril Protocol**, please refer to the [About
5050

5151
* Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
5252

53-
* Ensure the SQLite3 version is at lease `1.35` (released Apr. 2021)
53+
* Ensure the SQLite3 version is at lease `3.35` (released Apr. 2021)
5454

5555
## Mithril Keys Certification
5656

mithril-aggregator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is a first version of the Mithril Aggregagator
1212

1313
- Install a [correctly configured](https://www.rust-lang.org/learn/get-started) Rust toolchain (latest stable version).
1414
- Install OpenSSL development libraries, for example on Ubuntu/Debian/Mint run `apt install libssl-dev`
15-
- Ensure `libsqlite3` is installed on your system and check its version is at least `1.35`. Run `apt install libsqlite3` and `sqlite3 --version`
15+
- Ensure `libsqlite3` is installed on your system and check its version is at least `3.35`. Run `apt install libsqlite3` and `sqlite3 --version`
1616

1717
## Mithril test networks
1818

mithril-signer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a first version of the Mithril Signer
1111
**Install Rust**
1212

1313
- Install a [correctly configured](https://www.rust-lang.org/learn/get-started) Rust toolchain (latest stable version).
14-
- Ensure `libsqlite3` is installed on your system and check its version is at least `1.35`. Run `apt install libsqlite3` and `sqlite3 --version`
14+
- Ensure `libsqlite3` is installed on your system and check its version is at least `3.35`. Run `apt install libsqlite3` and `sqlite3 --version`
1515

1616
## Download source code
1717

0 commit comments

Comments
 (0)