chore(docs): proofreading (#35172)

* proofread

* proofread
This commit is contained in:
Bork Bork 2024-02-11 01:46:07 +01:00 committed by GitHub
parent 027c654772
commit f8d01df1db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Static content delivery is handled using `vercel`.
> documentation which is generalize to the Solana protocol as a whole, and apply
> to all Solana validator implementations, are maintained within the
> [`developer-content`](https://github.com/solana-foundation/developer-content/)
> repo. Those "common docs" are manged by the Solana Foundation within their
> repo. Those "common docs" are managed by the Solana Foundation within their
> GitHub organization and are publicly accessible via
> [solana.com/docs](https://solana.com/docs)

View File

@ -35,7 +35,7 @@ A fee could be calculated based on:
- Fixed rate per writable account
3. Data byte cost
- Fixed rate per byte of the sum of the length all a transactions instruction
datas
data
4. Account sizes
- Account sizes can't be known up-front but can account for a considerable
amount of the load the transaction incurs on the network. The payer will

View File

@ -117,7 +117,7 @@ https://github.com/solana-labs/solana/blob/b6bfed64cb159ee67bb6bdbaefc7f833bbed3
let mut hash = hashv(&[
// bank hash of the parent block
self.parent_hash.as_ref(),
// hash of all the modifed accounts
// hash of all the modified accounts
accounts_delta_hash.hash.as_ref(),
// Number of signatures processed in this block
&signature_count_buf,

View File

@ -41,8 +41,8 @@ The cluster telemetry dashboard shows the current state of the cluster:
The fee market dashboard shows:
1. Total Priorization Fees
2. Block Min Priorization Fees
1. Total Prioritization Fees
2. Block Min Prioritization Fees
3. Cost Tracker Stats
### Ping Results