File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## motivation
44
5- The ` SwapTx ` will in most trades not be broadcasted to the blockchain. Therefore
6- Alice (the Seller, which creates the ` SwapTx ` ) may not want the buyer to learn
7- the address used in the ` SwapTx ` . Since Bob (the buyer) needs to sign
8- the ` SwapTx ` this can only be done by letting him
5+ The ` SwapTx ` is not needed for a happy trade. So it may never be published. Alice might even want to keep it hidden from Bob
6+ due to:
7+
8+ - not revealing an address to Bob, which is not needed.
9+ - If Bob publishes it, he could secure its output from the danger of a WarningTx being issued at the expense of Alice.
10+ - or even if the own output is already secured, he could inflict unnecessary fees on Alice.
11+
12+ Since Bob (the buyer) needs to sign
13+ the ` SwapTx ` this can be done by letting him
914blindly sign the transaction.
1015
1116## basics of signing with key spends
You can’t perform that action at this time.
0 commit comments