From 05594c69968da9997edcbbee76256ba21c8d793d Mon Sep 17 00:00:00 2001 From: Tyera Date: Fri, 13 Jan 2023 13:25:55 -0700 Subject: [PATCH] getRecentPrioritizationFees docs: make clear that fee is per compute-unit (#29702) Make clear that fee is per compute-unit --- docs/src/developing/clients/jsonrpc-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/clients/jsonrpc-api.md b/docs/src/developing/clients/jsonrpc-api.md index 58066fcc7..19ead06d8 100644 --- a/docs/src/developing/clients/jsonrpc-api.md +++ b/docs/src/developing/clients/jsonrpc-api.md @@ -2138,7 +2138,7 @@ An array of: - `RpcPrioritizationFee` - `slot: ` - Slot in which fee was observed - - `prioritizationFee: ` - a fee paid by at least one successfully landed transaction, specified in increments of 0.000001 lamports + - `prioritizationFee: ` - the per-compute-unit fee paid by at least one successfully landed transaction, specified in increments of 0.000001 lamports #### Example: