Skip to content

Commit

Permalink
Merge pull request #396 from ungaro/alp/program-limits-spelling-errors
Browse files Browse the repository at this point in the history
correct spelling errors in program limits section
  • Loading branch information
d0cd authored Feb 16, 2025
2 parents 95406bf + baeaeab commit db2dfb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/leo/16_testnet_beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ For Testnet Beta, snarkVM imposes the following limits on Aleo programs:


Some other protocol-level limits to be aware of are:
- **the maximum transaction size is 128 KB.** If your program execeeds this, perhaps by requiring large inputs or producing large outputs, consider optimizing the data types in your Leo code.
- **the maxmimum number of micro-credits your transaction can consume for on-chain execution is `100_000_000`.**. If your program exceeds this, consider optimizing on-chain components of your Leo code.
- **the maximum transaction size is 128 KB.** If your program exceeds this, perhaps by requiring large inputs or producing large outputs, consider optimizing the data types in your Leo code.
- **the maximum number of micro-credits your transaction can consume for on-chain execution is `100_000_000`.** If your program exceeds this, consider optimizing on-chain components of your Leo code.

As with the above restructions. these limits can only be increased via the governance process.
As with the above restrictions these limits can only be increased via the governance process.

## New Features

Expand Down

0 comments on commit db2dfb0

Please sign in to comment.