Skip to content

Commit 6375ee1

Browse files
committed
Fix: Authors and spelling merklize
1 parent 57df145 commit 6375ee1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ Those proposing changes should consider that ultimately consent may rest with th
12991299
| [[bip-0442.md|442]]
13001300
| Consensus (soft fork)
13011301
| OP_PAIRCOMMIT
1302-
| moonsettler
1302+
| moonsettler, Brandon Black
13031303
| Standard
13041304
| Draft
13051305
|}

bip-0442.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Lightning Symmetry channel construction is close to [optimal].
149149

150150
### In MATT
151151

152-
The Merkelize All The Things ([MATT]) framework proposes to use `OP_CAT` to
152+
The Merklize All The Things ([MATT]) framework proposes to use `OP_CAT` to
153153
combine multiple items into a single commitment for use with
154154
`OP_CHECKCONTRACTVERIFY`. `OP_PAIRCOMMIT` provides a more ergonomic way to
155155
accomplish this[^4].
@@ -261,11 +261,11 @@ can be reached by all possible input values (i.e. the input entropy space) as
261261
they must be enumerated and hashed into a Merkle root.
262262
263263
Taproot trees can be 128 levels deep, therefore including up to 2^128 possible
264-
output values. This is over the practical limits to enumerate and merkelize.
264+
output values. This is over the practical limits to enumerate and merklize.
265265
Therefore, we conclude that enabling Merkle commitments in script does not
266266
materially extend what computations are possible to validate in bitcoin
267267
script. While `OP_PAIRCOMMIT` is not explicitly limited to a height of 128, greater
268-
heights are not practical to Merkelize.
268+
heights are not practical to Merklize.
269269
270270
## Backward Compatibility
271271

0 commit comments

Comments
 (0)