mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
fix documentation formatting (#1779)
Double dashes have to be between backticks if you don't want them to be shown as a long dash. Code blocks increment needs to be done by two spaces at a time or it breaks. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
@@ -43,7 +43,6 @@ Add the Ingress contracts to the genesis file for your network by copying them f
|
||||
in the [`permissioning-smart-contracts` repository](https://github.com/PegaSysEng/permissioning-smart-contracts):
|
||||
|
||||
```json
|
||||
|
||||
"0x0000000000000000000000000000000000008888": {
|
||||
"comment": "Account Ingress smart contract",
|
||||
"balance": "0",
|
||||
@@ -93,16 +92,16 @@ in the network.
|
||||
All nodes participating in a permissioned network must include the command line options to enable account and/or
|
||||
node permissioning:
|
||||
|
||||
* [--permissions-accounts-contract-enabled](../../Reference/Pantheon-CLI-Syntax.md#permissions-accounts-contract-enabled)
|
||||
* [`--permissions-accounts-contract-enabled`](../../Reference/Pantheon-CLI-Syntax.md#permissions-accounts-contract-enabled)
|
||||
to enable onchain accounts permissioning
|
||||
|
||||
* [--permissions-accounts-contract-address](../../Reference/Pantheon-CLI-Syntax.md#permissions-accounts-contract-address)
|
||||
* [`--permissions-accounts-contract-address`](../../Reference/Pantheon-CLI-Syntax.md#permissions-accounts-contract-address)
|
||||
set to the address of the Account Ingress contract in the genesis file (`"0x0000000000000000000000000000000000008888"`)
|
||||
|
||||
* [--permissions-nodes-contract-enabled](../../Reference/Pantheon-CLI-Syntax.md#permissions-nodes-contract-enabled)
|
||||
* [`--permissions-nodes-contract-enabled`](../../Reference/Pantheon-CLI-Syntax.md#permissions-nodes-contract-enabled)
|
||||
to enable onchain nodes permissioning
|
||||
|
||||
* [--permissions-nodes-contract-address](../../Reference/Pantheon-CLI-Syntax.md#permissions-nodes-contract-address)
|
||||
* [`--permissions-nodes-contract-address`](../../Reference/Pantheon-CLI-Syntax.md#permissions-nodes-contract-address)
|
||||
set to the address of the Node Ingress contract in the genesis file (`"0x0000000000000000000000000000000000009999"`)
|
||||
|
||||
Start your first node with command line options to enable onchain permissioning and the JSON-RPC HTTP host and port
|
||||
|
||||
@@ -4027,22 +4027,22 @@ Privacy groups containing only the specified members.
|
||||
{"jsonrpc": "2.0","method": "priv_findPrivacyGroup","params": [["negmDcN2P4ODpqn/6WkJ02zT/0w0bjhGpkZ8UP6vARk=", "g59BmTeJIn7HIcnq8VQWgyh/pDbvbt2eyP0Ii60aDDw="]],"id": 1}
|
||||
```
|
||||
|
||||
```json tab="JSON result"
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"id": 1,
|
||||
"result": [
|
||||
{
|
||||
"privacyGroupId": "GpK3ErNO0xF27T0sevgkJ3+4qk9Z+E3HtXYxcKIBKX8=",
|
||||
"name": "Group B",
|
||||
"description": "Description of Group B",
|
||||
"type": "PANTHEON",
|
||||
"members": [
|
||||
"negmDcN2P4ODpqn/6WkJ02zT/0w0bjhGpkZ8UP6vARk=",
|
||||
"g59BmTeJIn7HIcnq8VQWgyh/pDbvbt2eyP0Ii60aDDw="
|
||||
]
|
||||
}
|
||||
]
|
||||
```json tab="JSON result"
|
||||
{
|
||||
"jsonrpc": "2.0",
|
||||
"id": 1,
|
||||
"result": [
|
||||
{
|
||||
"privacyGroupId": "GpK3ErNO0xF27T0sevgkJ3+4qk9Z+E3HtXYxcKIBKX8=",
|
||||
"name": "Group B",
|
||||
"description": "Description of Group B",
|
||||
"type": "PANTHEON",
|
||||
"members": [
|
||||
"negmDcN2P4ODpqn/6WkJ02zT/0w0bjhGpkZ8UP6vARk=",
|
||||
"g59BmTeJIn7HIcnq8VQWgyh/pDbvbt2eyP0Ii60aDDw="
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user