doc: Fix note in sequence diagrams.

This commit is contained in:
tecnovert
2023-06-21 23:54:18 +02:00
parent 04d4d89e96
commit 88fd8ac23e
4 changed files with 670 additions and 670 deletions

View File

@@ -24,7 +24,7 @@ xu {
B abox B [label="Exchanged script lock tx sigs msg"];
O =>> B [label="Sends XmrBidLockSpendTxMessage"],
C note C2
[label="The XmrBidLockSpendTxMessage contains the script-coin-lock-tx and the offerer's signature for it.",
[label="The XmrBidLockSpendTxMessage contains the script-coin-lock-tx and proof the offerer can sign it.",
textbgcolor="#FFFFCC"];
O =>> N [label="Sends script-coin-lock-tx"],
B abox B [label="Bid Script coin spend tx valid"];

View File

@@ -26,7 +26,7 @@ xu {
O abox O [label="Bid Script coin spend tx valid"];
O =>> B [label="Sends XmrBidLockSpendTxMessage"],
C note C2
[label="The XmrBidLockSpendTxMessage contains the script-coin-lock-tx and the offerer's signature for it.",
[label="The XmrBidLockSpendTxMessage contains the script-coin-lock-tx and proof the offerer can sign it.",
textbgcolor="#FFFFCC"];
O abox O [label="Exchanged script lock spend tx msg"];