mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
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:
parent
da503c1ee1
commit
305b8cd27d
2 changed files with 6 additions and 6 deletions
|
@ -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.
Loading…
Add table
Reference in a new issue