Skip to content

Commit

Permalink
fix: typos in documentation files (#4283)
Browse files Browse the repository at this point in the history
Update accounts-db-replication.md
  • Loading branch information
vtjl10 authored Jan 7, 2025
1 parent 780a61d commit dde1685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/proposals/accounts-db-replication.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The `ReplicaSlotConfirmationServer`: this service is responsible for serving the
`ReplicaSlotConfirmationRequest` and sends the `ReplicaSlotConfirmationResponse` back to the requestor.
The response consists of a vector of new slots the validator knows of which is later than the
specified last_replicated_slot. This service also runs in the main validator. This service
gets the slots for replication from the BankForks, BlockCommitmentCache and OptimiscallyConfirmBank.
gets the slots for replication from the BankForks, BlockCommitmentCache and OptimisticallyConfirmedBank.

The `ReplicaAccountsRequestor`: this service is responsible for sending the request
`ReplicaAccountsRequest` to its peer validator or replica for the `ReplicaAccountInfo` for a
Expand Down Expand Up @@ -131,7 +131,7 @@ Following are the client RPC APIs supported by the replica node in JsonRpcAccoun
- getMultipleAccounts
- getProgramAccounts
- getMinimumBalanceForRentExemption
- getInflationGovenor
- getInflationGovernor
- getInflationRate
- getEpochSchedule
- getRecentBlockhash
Expand All @@ -153,7 +153,7 @@ Following APIs are not included:
- getClusterNodes
- getRecentPerformanceSamples
- getGenesisHash
- getSignatueStatuses
- getSignatureStatuses
- getMaxRetransmitSlot
- getMaxShredInsertSlot
- sendTransaction
Expand Down

0 comments on commit dde1685

Please sign in to comment.