OTD check alignment

develop
Clare Laylock 6 months ago
parent 7689ccea47
commit 50aff6850e

@ -952,6 +952,7 @@ any two valid inputs to be included in the same transaction, so the problem
of interaction across inputs that occurs with +OP_CLTV+ doesn't affect +OP_CSV+.
====
[role="less_space pagebreak-before"]
Relative timelocks with +OP_CSV+ are especially useful when several
(chained) transactions are created and signed but not propagated--that
is, they're kept off the blockchain (_offchain_). A child transaction cannot be used until the

@ -936,28 +936,28 @@ differences:
</thead>
<tbody>
<tr>
<td><p class="right">0</p></td>
<td><p class="right">6</p></td>
<td><p class="center">0</p></td>
<td><p class="center">6</p></td>
</tr>
<tr>
<td><p class="right">1</p></td>
<td><p class="right">10</p></td>
<td><p class="center">1</p></td>
<td><p class="center">10</p></td>
</tr>
<tr>
<td><p class="right">2</p></td>
<td><p class="right">8</p></td>
<td><p class="center">2</p></td>
<td><p class="center">8</p></td>
</tr>
<tr>
<td><p class="right">3</p></td>
<td><p class="right">6</p></td>
<td><p class="center">3</p></td>
<td><p class="center">6</p></td>
</tr>
<tr>
<td><p class="right">4</p></td>
<td><p class="right">4</p></td>
<td><p class="center">4</p></td>
<td><p class="center">4</p></td>
</tr>
<tr>
<td><p class="right">5</p></td>
<td><p class="right">2</p></td>
<td><p class="center">5</p></td>
<td><p class="center">2</p></td>
</tr>
</tbody>
</table>

@ -69,6 +69,7 @@ section.less_space > h1:first-child {
/* right and center align options for table cells */
.right { text-align: right; }
.center { text-align: center; }

Loading…
Cancel
Save