From 4a78dfe240a8b48f4a4f51e7b8ed02be5b52ed0d Mon Sep 17 00:00:00 2001 From: Tao Zhu <82401714+taozhu-chicago@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:06:34 -0500 Subject: [PATCH] Clarify micro-lamports is unit of Compute Unit Price (#26486) * to clarify micro-lamport is the unit of compute-unit price Co-authored-by: Tyera Eulberg --- docs/src/terminology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/terminology.md b/docs/src/terminology.md index b25f9bbd4f..2c22efb2bb 100644 --- a/docs/src/terminology.md +++ b/docs/src/terminology.md @@ -223,7 +223,7 @@ A stack of proofs, each of which proves that some data existed before the proof An additional fee user can specify in compute budget [instruction](#instruction) to prioritize their [transactions](#transaction). -The prioritization fee is calculated from multiplying the number of compute units requested by the compute unit price (0.000001 lamports per compute unit) rounded up to the nearest lamport. +The prioritization fee is calculated by multiplying the requested maximum compute units by the compute-unit price (specified in increments of 0.000001 lamports per compute unit) rounded up to the nearest lamport. Transactions should request the minimum amount of compute units required for execution to minimize fees.