docs: Remove redundant and incorrect tx priority details (#25239)

This commit is contained in:
Justin Starry 2022-05-16 12:41:51 +08:00 committed by GitHub
parent b1b3702e6d
commit daac9399ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -145,13 +145,6 @@ Clients should request only what they need; requesting the minimum amount of
units required to process the transaction will reduce overall transaction cost,
which may include a prioritization-fee charged for every compute unit.
Transaction prioritization is determined by the transactions prioritization fee
which itself is the product of the transaction's compute unit budget and its
compute unit price (measured in micro-lamports). The compute unit budget and
compute unit fee can be set by adding instructions created by the
`ComputeBudgetInstruction::request_compute_units` and
`ComputeBudgetInstruction::set_compute_unit_price` function, respectively.
## New Features
As Solana evolves, new features or patches may be introduced that changes the