Skip to content

Commit 5418516

Browse files
committed
typos
1 parent 70f0ed6 commit 5418516

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

bip-blind-merged-mining.mediawiki

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,13 @@ M8_V1 does not require the Lightning network but does have new requirements for
194194

195195
A M8_V1 TxOut is expected to contain:
196196

197+
<pre>
197198
1-byte - OP_RETURN (0x6a)
198199
1-byte - Push the following 36 bytes (0x24)
199200
4-byte - Message header (0xD1617368)
200201
32-bytes - h* side:block hash
201202
5~7-bytes - BMM request identifying bytes (0x00bf00) + prevBlockRef & ChainIndex (sidechain mini-header)
202-
203+
</pre>
203204

204205
In the first version of M8, we need to introduce the concept of Immediate Expiration (see above). In other words, we need a way for Simon to construct many payments to multiple Marys, such that only one of these is ever included; and only then if Simon's txn is expected to coincide with the finding of Simon's side:block.
205206

@@ -225,17 +226,19 @@ Interestingly, these payments (M8) will *always* be directed to miners from non-
225226

226227
===== M8_V2 With Lightning =====
227228

228-
M8_V2 requires having a LN-channel open with a miner. This may not always be practical (or even possible), especially today.
229+
M8_V2 requires having a LN-channel pathway open with a miner. This may not always be practical (or even possible), especially today.
229230

230231
A M8_V1 TxOut is expected to contain:
231232

233+
<pre>
232234
1-byte - OP_RETURN (0x6a)
233235
1-byte - Push the following 68 bytes (0x44)
234236
4-byte - Message header (0xD0520C6E)
235237
32-bytes - h* side:block hash
236238
32-bytes - prevSideBlockHash
237239
5~7-bytes - BMM request identifying bytes (0x00bf00) + prevBlockRef & ChainIndex (sidechain mini-header)
238-
240+
</pre>
241+
239242

240243
Notice that, in M8_V1, Simon could reuse the same h\* all he wanted, because only one M8_V1 could be included per main:block per sidechain. However, on the LN no such rule can be enforced, as the goal is to push everything off-chain and include *zero* M8s. So, we will never know what the M8s were or how many had an effect on anything.
241244

0 commit comments

Comments
 (0)