Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Hyperledger from product name #285

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Private keys and certificates for client and server TLS connections must be stored in
password-protected PKCS #12 keystores.
The server (in this example, [Hyperledger Besu](https://besu.hyperledger.org/)) must be configured
The server (in this example, [Besu](https://besu.hyperledger.org/)) must be configured

Check warning on line 13 in docs/concepts/tls.md

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Microsoft.Passive] 'be configured' looks like passive voice. Raw Output: {"message": "[Microsoft.Passive] 'be configured' looks like passive voice.", "location": {"path": "docs/concepts/tls.md", "range": {"start": {"line": 13, "column": 74}}}, "severity": "INFO"}
to accept TLS connections.

Use the command line options to configure TLS on [HTTP JSON-RPC requests](../how-to/configure-tls.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api/json-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';

:::note
- All JSON-RPC HTTP examples use the default host and port endpoint `http://127.0.0.1:8545`.
- The examples use Hyperledger Besu, but you can use any Ethereum execution client.
- The examples use Besu, but you can use any Ethereum execution client.
:::

## `eth_accounts`
Expand Down
Loading