mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-11-22 08:08:11 +00:00
OTD check alignment
This commit is contained in:
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+.
|
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
|
Relative timelocks with +OP_CSV+ are especially useful when several
|
||||||
(chained) transactions are created and signed but not propagated--that
|
(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
|
is, they're kept off the blockchain (_offchain_). A child transaction cannot be used until the
|
||||||
|
@ -936,28 +936,28 @@ differences:
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p class="right">0</p></td>
|
<td><p class="center">0</p></td>
|
||||||
<td><p class="right">6</p></td>
|
<td><p class="center">6</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p class="right">1</p></td>
|
<td><p class="center">1</p></td>
|
||||||
<td><p class="right">10</p></td>
|
<td><p class="center">10</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p class="right">2</p></td>
|
<td><p class="center">2</p></td>
|
||||||
<td><p class="right">8</p></td>
|
<td><p class="center">8</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p class="right">3</p></td>
|
<td><p class="center">3</p></td>
|
||||||
<td><p class="right">6</p></td>
|
<td><p class="center">6</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p class="right">4</p></td>
|
<td><p class="center">4</p></td>
|
||||||
<td><p class="right">4</p></td>
|
<td><p class="center">4</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><p class="right">5</p></td>
|
<td><p class="center">5</p></td>
|
||||||
<td><p class="right">2</p></td>
|
<td><p class="center">2</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -69,6 +69,7 @@ section.less_space > h1:first-child {
|
|||||||
|
|
||||||
/* right and center align options for table cells */
|
/* right and center align options for table cells */
|
||||||
.right { text-align: right; }
|
.right { text-align: right; }
|
||||||
|
.center { text-align: center; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user