Skip to content

Commit 45f6ee9

Browse files
committed
tweak next docs
1 parent e4dba7d commit 45f6ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/compiler/script-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function maxOperationCost(unlockingBytecodeLength) {
4444

4545
- Signature operation count (SigChecks): Limits the number of signature verifications (`OP_CHECKSIG`, `OP_CHECKDATASIG`) per transaction to ensure efficient validation.
4646
- Hashing limit: Limits the number of hashing operations (`OP_SHA256`, `OP_HASH160`) allowed per transaction to prevent excessive resource usage.
47-
- Stack element byte length: Each stack element has a maximum length of 10,000 bytes, affecting Pay-to-Script-Hash (P2SH) contracts.
47+
- Stack element byte length: stack elements have a maximum length of 10,000 bytes.
4848

4949
## General transaction limits
5050

0 commit comments

Comments
 (0)