Skip to content

Commit

Permalink
Update x/qgb/overview.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
rach-id and rootulp committed Jul 4, 2023
1 parent 39d14fb commit 9a39cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/qgb/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ An [orchestrator](https://github.com/celestiaorg/orchestrator-relayer/blob/main/

At startup, it [loads](https://github.com/celestiaorg/orchestrator-relayer/blob/main/docs/orchestrator.md#evm-key) the EVM private key corresponding to the address used when creating the validator. Then, it uses it to sign the attestations digests before submitting them to the P2P network.

An attestation digest is a bytes array containing a digest of the attestation relevant information. More on this in the [hashes formats](#hashes-format) section.
An attestation digest is a bytes array containing a digest of the attestation relevant information. More on this in the [hashes format](#hashes-format) section.

The orchestrator generally needs access to the validator's RPC/gRPC endpoints. However, it still can use public ones if needed. Its only hard requirement is having access to the specific private key for the target validator. Otherwise, the signatures will be invalid and the validator could get slashed in future versions.

Expand Down

0 comments on commit 9a39cd4

Please sign in to comment.