Skip to content

Commit

Permalink
Updated link to compute budget struct
Browse files Browse the repository at this point in the history
post ristretto reduction
  • Loading branch information
rtviii authored and mvines committed Jun 27, 2022
1 parent 7ecaf12 commit 1a87b6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/developing/programming-model/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ budget, or exceeds a bound, the entire invocation chain and the top level
transaction processing are halted.

The current [compute
budget](https://github.com/solana-labs/solana/blob/db32549c00a1b5370fcaf128981ad3323bbd9570/program-runtime/src/compute_budget.rs#L23)
budget](https://github.com/solana-labs/solana/blob/090e11210aa7222d8295610a6ccac4acda711bb9/program-runtime/src/compute_budget.rs#L26-L87)

can be found in the Solana Program Runtime.

For example, if the current budget is:
Expand Down

0 comments on commit 1a87b6c

Please sign in to comment.