getRecentPrioritizationFees docs: make clear that fee is per compute-unit (#29702)

Make clear that fee is per compute-unit
This commit is contained in:
Tyera 2023-01-13 13:25:55 -07:00 committed by GitHub
parent a2933f7fa6
commit 05594c6996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2138,7 +2138,7 @@ An array of:
- `RpcPrioritizationFee<object>`
- `slot: <u64>` - Slot in which fee was observed
- `prioritizationFee: <u64>` - a fee paid by at least one successfully landed transaction, specified in increments of 0.000001 lamports
- `prioritizationFee: <u64>` - the per-compute-unit fee paid by at least one successfully landed transaction, specified in increments of 0.000001 lamports
#### Example: