Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peterli-r3 authored Nov 25, 2019
1 parent 1de639a commit 2745d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sendfile-Attachments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ if you have any questions during setup, please go to https://docs.corda.net/gett

Once all four nodes are started up, in Seller's node shell, run:
```
flow start sendAttachment receiver: Buyer
flow start SendAttachment receiver: Buyer
```
After this call, we already finished
1. uploading a zip file to Seller's node
2. sending the zip file to Buyer's node

Now, lets move to Buyer's node shell, and run:
```
flow start downloadAttachment sender: Seller, path: file.zip
flow start DownloadAttachment sender: Seller, path: file.zip
```
This command is telling the node to retrieve attachment from the transaction that is sent by `Seller`and download it as `file.zip` at the node root direction (⚠️ attachZIP/build/nodes/Buyer)

Expand Down

0 comments on commit 2745d34

Please sign in to comment.