The concepts-asset-transfers.md for atomic swaps was incorrect. It showed the first contract creating and signing the settlement transaction the first time it saw it. It however has to create only a template for the settlement action (not tx) and add its data, then send a message type 1003 (settlement request) to the second contract and get a message type 1002 (signature request) back.
The images need updated to match the text that I updated in this commit.
"Figure 9. Atomic Swap Transfer Order of Operations" is still missing the settlement request message, and the "Figure 11. Atomic Swap Transfer Signature Request" is a broken image.
The concepts-asset-transfers.md for atomic swaps was incorrect. It showed the first contract creating and signing the settlement transaction the first time it saw it. It however has to create only a template for the settlement action (not tx) and add its data, then send a message type 1003 (settlement request) to the second contract and get a message type 1002 (signature request) back.
The images need updated to match the text that I updated in this commit.