Skip to content

Commit 620462a

Browse files
authored
Update general computation section
1 parent 191aac3 commit 620462a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0442.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ https://github.com/lnhance/bitcoin/pull/6/files
187187
188188
### Proving general computation using trees
189189
190-
`OP_PAIRCOMMIT` enables Merkle tree commitments, which can represent functions and inputs/outputs. Taproot trees can be 128 levels deep, therefore including up to 2<sup>128</sup> possible leaf scripts. This is already over the practical limits to enumerate and Merklize.
190+
`OP_PAIRCOMMIT` enables Merkle tree commitments, which can represent functions where inputs and corresponding outputs are the leaves. Taproot trees can be 128 levels deep, therefore including up to 2<sup>128</sup> possible leaf scripts that can represent complex functions. This is already over the practical computational limits to enumerate and Merklize.
191191
192192
## Backward Compatibility
193193

0 commit comments

Comments
 (0)