doc: switch signatures around in escape and commit input scripts.

Because of the way we form the redeemscripts, it's easier to have it
push B's sig then A's.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2015-07-24 15:59:58 +09:30
parent da503c1ee1
commit 305b8cd27d
2 changed files with 6 additions and 6 deletions

View file

@ -1422,11 +1422,11 @@ The extra 0 at the start is due to the OP_CHECKMULTISIG out-by-one-bug.
\begin_inset space ~
\end_inset
<SIG-A>
<SIG-B'>
\begin_inset space ~
\end_inset
<SIG-B'>
<SIG-A>
\begin_inset space ~
\end_inset
@ -1552,11 +1552,11 @@ This is identical to the normal escape input script.
\begin_inset space ~
\end_inset
<SIG-A>
<SIG-B'>
\begin_inset space ~
\end_inset
<SIG-B'>
<SIG-A>
\begin_inset space ~
\end_inset
@ -1697,11 +1697,11 @@ The commitment transaction has two inputs; one which spends each anchor
\begin_inset space ~
\end_inset
<SIG-A>
<SIG-B>
\begin_inset space ~
\end_inset
<SIG-B>
<SIG-A>
\begin_inset space ~
\end_inset

Binary file not shown.