|
82 | 82 | \TxBoxWithCondition{5}{-3}{$\cancel$}{$a \land b$} |
83 | 83 | \end{scope} |
84 | 84 |
|
| 85 | +\begin{scope}[name prefix = txearlyrefund-] |
| 86 | + \TxBoxWithoutCondition{4}{3}{$tx_{\textsf{early refund}}^{\textsf{btc}}$}{$\address{refund}{B}$} |
| 87 | +\end{scope} |
| 88 | + |
| 89 | +\StickyNote[12em]{txearlyrefund-txBox}{above right=1em and 9em}{noteEarlyRefund}{Alice and Bob pre-sign this transaction during the negotiation phase but only Alice has the fully signed transaction. She can choose to publish this to allow Bob to do a full refund without having to wait for the timelock to expire. Alice will typically publish this transaction if she cannot lock her Monero.} |
| 90 | + |
85 | 91 | \begin{scope}[name prefix = txrefundfull-] |
86 | 92 | \TxBoxWithoutCondition{8}{1}{$tx_{\textsf{full refund}}^{\textsf{btc}}$}{$\address{refund}{B}$} |
87 | 93 | \end{scope} |
|
117 | 123 | \TxBoxWithoutCondition{8}{-4.5}{$\punish$}{$\address{punish}{A}$} |
118 | 124 | \end{scope} |
119 | 125 |
|
| 126 | + \draw [line] (txfund-spendingCondition.north) |- (txearlyrefund-txBox.west) |
| 127 | + node [labelBelow_small, font=\scriptsize]{$\A, \B$}; |
| 128 | + |
120 | 129 | \draw [line] (txfund-spendingCondition.north) |- (txredeem-txBox.west) |
121 | | - node [labelBelow_small, font=\scriptsize]{$\A, \B$}; |
122 | | - |
123 | | - \draw [line] (txfund-spendingCondition.south) |- (txcancel-txBox.west) |
124 | | - node [labelAbove_small, font=\scriptsize] {$\checkRelative{t_1}$} |
125 | | - node [labelBelow_small, font=\scriptsize]{$\A, \B$}; |
| 130 | + node [labelBelow_small, font=\scriptsize]{$\A, \B$}; |
| 131 | + |
| 132 | + \draw [line] (txfund-spendingCondition.south) |- (txcancel-txBox.west) |
| 133 | + node [labelAbove_small, font=\scriptsize] {$\checkRelative{t_1}$} |
| 134 | + node [labelBelow_small, font=\scriptsize]{$\A, \B$}; |
126 | 135 |
|
127 | 136 | \draw [line] (txcancel-spendingCondition.north) |- (txrefundfull-txBox.west) |
128 | 137 | node [labelBelow_small, font=\scriptsize]{$\A, \B$}; |
|
0 commit comments