From 50aff6850e8f782fb1acc475701692ddbcbad629 Mon Sep 17 00:00:00 2001 From: Clare Laylock Date: Fri, 3 Nov 2023 08:56:21 -0400 Subject: [PATCH] OTD check alignment --- ch07_authorization-authentication.adoc | 1 + ch10_network.adoc | 24 ++++++++++++------------ theme/pdf/pdf.css | 1 + 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/ch07_authorization-authentication.adoc b/ch07_authorization-authentication.adoc index 16d5a02b..15722e53 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -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 diff --git a/ch10_network.adoc b/ch10_network.adoc index f50fbee9..0d6c48aa 100644 --- a/ch10_network.adoc +++ b/ch10_network.adoc @@ -936,28 +936,28 @@ differences: -

0

-

6

+

0

+

6

-

1

-

10

+

1

+

10

-

2

-

8

+

2

+

8

-

3

-

6

+

3

+

6

-

4

-

4

+

4

+

4

-

5

-

2

+

5

+

2

diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index fbd0f843..22bb1ade 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -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; }