You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
205
206
@@ -225,17 +226,19 @@ Interestingly, these payments (M8) will *always* be directed to miners from non-
225
226
226
227
===== M8_V2 With Lightning =====
227
228
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.
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.
0 commit comments